summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-10-07 10:38:46 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-10-07 10:38:46 +0000
commit13f1415c22a17500fe0425d88524bee1b9854df2 (patch)
tree5dfe9d4f4b11e43899348d3f4be2e56ad5396092 /change_log.txt
parenta3a4bf8f8036a324fc7ae2cb3b587d8fd893958c (diff)
downloadsmarty-13f1415c22a17500fe0425d88524bee1b9854df2.tar.gz
smarty-13f1415c22a17500fe0425d88524bee1b9854df2.tar.bz2
smarty-13f1415c22a17500fe0425d88524bee1b9854df2.zip
- bugfix testInstall() would not show path to internal plugins_dir (Forum Post 74627)
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index fccd5e7b..11505baa 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,8 +1,11 @@
===== trunk =====
+07.10.2011
+- improvement removed html comments from {mailto} (Forum Topic 20092)
+- bugfix testInstall() would not show path to internal plugins_dir (Forum Post 74627)
+
06.10.2011
- bugfix switch lexer internals depending on mbstring.func_overload
- bugfix start_year and end_year of {html_select_date} did not use current year as offset base (Issue #53)
-- improvement removed html comments from {mailto} (Forum Topic 20092)
05.10.2011
- bugfix of problem introduced with r4342 by replacing strlen() with isset()