CHANGELOG.md in macros4cuke-0.2.20 vs CHANGELOG.md in macros4cuke-0.2.21
- old
+ new
@@ -1,8 +1,16 @@
-## 0.2.20 / 2013-05-06
+## 0.2.21 / 2013-05-08
+* [NEW] Added new class `Templating::UnaryElement`.
+* [CHANGE] Made `Placeholder` class inherit from `UnaryElement`.
+* [NEW] Added new class `Templating::Section`, a subclass of `UnaryElement`.
+* [NEW] Added new class `Templating::ConditionalSection, a subclass of `Section`.
+* [CHANGE] Method Engine#parse_tag modified in prevision of conditional tags.
+* [NEW] File `section_spec.rb`: Added a RSpec to test the Conditional class.
+
+## 0.2.20 / 2013-05-07
* [NEW] Added `examples` folder with a first example of an internationalized customisation of __Macros4Cuke__.
-## 0.2.19 / 2013-05-06
+## 0.2.19 / 2013-05-07
* [CHANGE] Added validation of macro argument names in new `Engine::parse_tag` method.
* [CHANGE] InvalidCharError exception added.
* [CHANGE] File `engine_spec.rb`: Added one RSpec example for an invalid argument name.
* [CHANGE] File `README.md`: added a new section on naming macro arguments.
\ No newline at end of file