diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-12-24 18:05:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2011-12-24 18:05:58 +0100 |
commit | a92b903c0e6c2faa2a9480e23e2d3e4b6308878f (patch) | |
tree | 906eddae6538c906428ac61a6e9422ed8e30c637 /user_guide_src/source/changelog.rst | |
parent | af1a9bf2907754f7ab6af1b182c89b63ce7f8d25 (diff) |
Improve the Image manipulation library
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 8a7109feb..6c80be569 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -76,6 +76,7 @@ Bug fixes for 3.0 - Bug #795 - Fixed form method and accept-charset when passing an empty array. - Bug #797 - timespan was using incorrect seconds for year and month. - Fixed a bug in CI_Cart::contents() where if called without a TRUE (or equal) parameter, it would fail due to a typo. +- Fixed a bug in CI_Image_lib::gd_loaded() where it was possible for the script execution to end or a PHP E_WARNING message to be emitted. Version 2.1.0 ============= |