diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-12-19 06:25:01 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-12-19 06:25:01 +0100 |
commit | d054e137917ef1131195679aa8abeb4dbf69e4e4 (patch) | |
tree | 4b18bb2d3e316228b7c9ee7cab08f270c4d5edc5 | |
parent | 793b94ffff4085f5fe6c5fd0df7039a09ec23b1e (diff) |
Added #795 to changelog
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 72b7f7e8a..74c29a509 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -72,7 +72,7 @@ Bug fixes for 3.0 - Bug #608 - Fixes an issue with the Image_lib class not clearing properties completely - Fixed bugs (#157 and #174) - the Image_lib clear() function now resets all variables to their default values. - Fixed a bug where using $this->dbforge->create_table() with PostgreSQL database could lead to fetching whole table. - +- Bug #795 - Fixed form method and accept-charset when passing an empty array. Version 2.1.0 ============= |