diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-06 13:38:00 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-06 13:38:00 +0100 |
commit | a9c7d18dc4ba53507d6e606221f06aa3fafeaa8e (patch) | |
tree | d48c6a9ee35dbedc484740ef9d1850a8f9677627 /user_guide_src/source/changelog.rst | |
parent | 45549a2919892e31782fc4381d7db8c6f3293bcb (diff) |
Fix #2237: Parser library failed if the same tag pair is used more than once within a template
(manually applying PR #2238 + updated unit tests)
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 7cc27eb5a..6d0ceb6c3 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -631,6 +631,7 @@ Bug fixes for 3.0 - Fixed a bug - Redis :doc:`Caching <libraries/caching>` driver didn't handle connection failures properly. - Fixed a bug (#2756) - :doc:`Database Class <database/index>` executed the MySQL-specific `SET SESSION sql_mode` query for all drivers when the 'stricton' option is set. - Fixed a bug (#2579) - :doc:`Query Builder <database/query_builder>`s "no escape" functionality didn't work properly with query cache. +- Fixed a bug (#2237) - :doc:`Parser Library <libraries/parser>` failed if the same tag pair is used more than once within a template. Version 2.1.4 ============= |