summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-08-23 08:03:39 +0200
committeruwetews <uwe.tews@googlemail.com>2016-08-23 08:03:39 +0200
commit2003020df99ced491a2540b5447c3885447f82fd (patch)
tree0bdf0634c02748d42e412d371913e7bfa350b7c7 /change_log.txt
parentbe39cc012110e7ab8ca95b4c3bf517424f8f1652 (diff)
downloadsmarty-2003020df99ced491a2540b5447c3885447f82fd.tar.gz
smarty-2003020df99ced491a2540b5447c3885447f82fd.tar.bz2
smarty-2003020df99ced491a2540b5447c3885447f82fd.zip
- bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user may have defined it to something else https://github.com/smarty-php/smarty/issues/277
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 1fa7427b..7ef7975f 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
+ 23.08.2016
+ - bugfix remove constant DS as shortcut for DIRECTORY_SEPARATOR as the user may have defined it to something else https://github.com/smarty-php/smarty/issues/277
+
20.08-2016
- bugfix {config_load ... scope="global"} shall not throw an arror but fallback to scope="smarty" https://github.com/smarty-php/smarty/issues/274
- bugfix {make_nocache} failed when using composer autoloader https://github.com/smarty-php/smarty/issues/275