From 965bb0827226b2bdd045c6921e1618e4e04e0114 Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Thu, 4 Jul 2013 01:48:25 +0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c580c8..858881d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,34 @@ CHANGELOG ========= -## 1.0.5 +## 1.0.5 (2013-07-04) -### Add `Fenom::AUTO_ESCAPE` support (feature #2) -### Update documentation +- Add `Fenom::AUTO_ESCAPE` support (feature #2) +- Update documentation ## 1.0.4 (2013-06-27) -### Add nested level for {extends} and {use} -### Small bug fix -### Update documentation +- Add nested level for {extends} and {use} +- Small bug fix +- Update documentation ## 1.0.3 (2013-06-20) -### Allow any callable for modifier (instead string) -### Bug fix -### Update documentation +- Allow any callable for modifier (instead string) +- Bug fix +- Update documentation ## 1.0.2 (2013-06-18) -### Optimize extends -### Bug fix -### Update documentation +- Optimize extends +- Bug fix +- Update documentation ## 1.0.1 (2013-05-30) -### Bug fix - +- Bug fix - comments don't work ## 1.0 (2013-05-30) -- First release \ No newline at end of file +- First release