diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-03-22 03:24:00 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-03-22 03:24:00 +0100 |
commit | 1b6b34aea281c03ee7514fadf780e2592f2e7050 (patch) | |
tree | f25c0bc163b6b8fbb118e37568d666759b24ff95 /user_guide/changelog.html | |
parent | 150830180c79d7688ef4ba41cd13323d760d033b (diff) |
Updated changelog with fixes and changes performed recently
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 82cd3b944..008cbb7c2 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -67,12 +67,17 @@ Hg Tag: n/a</p> <li>General changes <ul> <li class="reactor"><kbd>constants.php</kbd> will now be loaded from the environment folder if available.</li> + <li class="reactor">Added language key error logging</li> + <li class="reactor">Added Environment Support for Hooks.</li> </ul> </li> </ul> <h3>Bug fixes for 2.0.2</h3> <ul> + <li class="reactor">Fixed a bug (Reactor #145) where the Output Library had parse_exec_vars set to protected.</li> + <li class="reactor">Fixed a bug (Reactor #80) where is_really_writable would create an empty file when on Windows or with safe_mode enabled.</li> + <li class="reactor">Fixed various bugs with User Guide.</li> <li class="reactor">Added form_validation_lang entries for <kbd>decimal</kbd>, <kbd>less_than</kbd> and <kbd>greater_than</kbd>.</li> </ul> |