Update version.php to 3.3.0
[isso.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index abaf646f98b959983d58e05d988c3ebafc73cca4..82f880e1c7efccd5ac55441aac8aaf96fe302b5c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,22 @@
+3.3.0
+===================
+- Change: BSFunctions::cookie() does not use static member values, but only parameters
+- Change: BSFunctions::swap_css_classes() does not use static member values, now returns the value
+
+3.2.3
+===================
+- Change: More BSDecorator styling updates, creating a .button class to style button links
+
+3.2.2
+===================
+- New: Added BSTemplate::__toString() to evaluate the template
+
 3.2.1
 ===================
 - New: BSFunctions::bool_to_string() to convert a boolean value into human-readable Yes/No
 - Change: BSTemplate::flush() will no longer insert debug blocks, but BSTemplate::get_debug_block() can be used to retrieve it
+- Change: BSTemplate now uses the full file path when caching templates, rather than just the name
+- Change: BSDecorator fixes based on real-world usage
 
 3.2.0
 ===================