Update version.php to 3.3.0
[isso.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cc55eb426c8a7729633b11b7f34f1de15c766cb9..82f880e1c7efccd5ac55441aac8aaf96fe302b5c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+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