Commit 9dbd272c by seldaek

update changelog dates

git-svn-id: http://svn.dwoo.org/trunk@337 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent e3129dcf
[2009--] 1.2.0 [2010--] 1.2.0
! BC Break: Dwoo::isArray had to be fixed and it has been split up in 3 ! BC Break: Dwoo::isArray had to be fixed and it has been split up in 3
methods, isArray (for array access), isTraversable (for foreach) and methods, isArray (for array access), isTraversable (for foreach) and
count (just a helper that counts anything). It won't affect you unless count (just a helper that counts anything). It won't affect you unless
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
parsed as ! because using {if not $foo} is valid, but it was impossible parsed as ! because using {if not $foo} is valid, but it was impossible
to use them even as string. to use them even as string.
[2009--] 1.1.1 [2010-02-07] 1.1.1
+ Added {optional} plugin that just prints an optional var without any + Added {optional} plugin that just prints an optional var without any
notice if it doesn't exist notice if it doesn't exist
+ Added Dwoo::setTemplate() for testing purposes mostly + Added Dwoo::setTemplate() for testing purposes mostly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment