From eef14ecf06e6539401fe34c8bf5636b0632a2fdd Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Thu, 9 Jun 2016 22:58:05 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bae9f9a..38a9b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +## 2.11.0 (2016-06-09) + +- Added method to get the name of the cache template `$fenom->getCacheName($template_name)`(#231) +- Fix bug with before-code in template inheritance (#229) +- Added `??` operator. +- Improve compile mechanism +- ++Docs +- ++Test + +## 2.10.0 (2016-05-08) + +- Add tag `{do ...}` +- ++Docs +- ++Tests + ## 2.9.0 (2016-05-08) - Add `$.block`