Update CHANGELOG.md

This commit is contained in:
Ivan Shalganov 2013-08-07 10:36:00 +04:00
parent 85f1b22cc1
commit 8a249b4850

View File

@ -1,15 +1,15 @@
CHANGELOG CHANGELOG
========= =========
## 1.2.2 ### 1.2.2 (2013-08-07)
- Fix bug in setOptions method - Fix bug in setOptions method
## 1.2.1 ### 1.2.1 (2013-08-06)
- Fix #39: compile error with boolean operators - Fix #39: compile error with boolean operators
## 1.2.0 ## 1.2.0 (2013-08-05)
- Feature #28: macros may be called recursively - Feature #28: macros may be called recursively
- Feature #29: add {unset} tag - Feature #29: add {unset} tag
@ -22,7 +22,11 @@ CHANGELOG
- Tests++ - Tests++
- Docs++ - Docs++
## 1.1.0 ### 1.1.1 (2013-07-24)
- Bug fixes
## 1.1.0 (2013-07-22)
- Bug #19: Bug with "if" expressions starting with "(" - Bug #19: Bug with "if" expressions starting with "("
- Bug #16: Allow modifiers for function calls - Bug #16: Allow modifiers for function calls
@ -44,49 +48,49 @@ CHANGELOG
- Docs++ - Docs++
- Test++ - Test++
## 1.0.8 ### 1.0.8 (2013-07-07)
- Perform auto_escape options - Perform auto_escape options
- Fix bugs - Fix bugs
- Update documentation - Update documentation
## 1.0.7 ### 1.0.7 (2013-07-07)
- Perform auto_escape options - Perform auto_escape options
- Fix bugs - Fix bugs
## 1.0.6 (2013-07-04) ### 1.0.6 (2013-07-04)
- Fix modifiers insertions - Fix modifiers insertions
## 1.0.5 (2013-07-04) ### 1.0.5 (2013-07-04)
- Add `Fenom::AUTO_ESCAPE` support (feature #2) - Add `Fenom::AUTO_ESCAPE` support (feature #2)
- Update documentation - Update documentation
## 1.0.4 (2013-06-27) ### 1.0.4 (2013-06-27)
- Add nested level for {extends} and {use} - Add nested level for {extends} and {use}
- Small bug fix - Small bug fix
- Update documentation - Update documentation
## 1.0.3 (2013-06-20) ### 1.0.3 (2013-06-20)
- Allow any callable for modifier (instead string) - Allow any callable for modifier (instead string)
- Bug fix - Bug fix
- Update documentation - Update documentation
## 1.0.2 (2013-06-18) ### 1.0.2 (2013-06-18)
- Optimize extends - Optimize extends
- Bug fix - Bug fix
- Update documentation - Update documentation
## 1.0.1 (2013-05-30) ### 1.0.1 (2013-05-30)
- Bug fix - Bug fix
- comments don't work - comments don't work
## 1.0 (2013-05-30) ## 1.0.0 (2013-05-30)
- First release - First release