diff options
author | Michiel Vugteveen <michiel@it-can.nl> | 2012-05-04 11:41:32 +0200 |
---|---|---|
committer | Michiel Vugteveen <michiel@it-can.nl> | 2012-05-04 11:41:32 +0200 |
commit | 0e18f625e10a8d8ba57c58c8597875c342cfa3e6 (patch) | |
tree | 7e1c15fe19beca295010f686a0050acc3d05e90f /user_guide_src/source/changelog.rst | |
parent | 4c316b6bdfa970e98127ea280fcc77ff1288190f (diff) |
changelog entry
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index bbbe6f718..a70531901 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -55,7 +55,7 @@ Release Date: Not Released - Database - - Renamed the Active Record class to Query Builder to remove confusion with + - Renamed the Active Record class to Query Builder to remove confusion with the Active Record design pattern - Added new :doc:`Query Builder <database/query_builder>` methods that return - Added the ability to insert objects with insert_batch() in :doc:`Query Builder <database/query_builder>`. @@ -215,6 +215,7 @@ Bug fixes for 3.0 - Fixed a bug (#1265) - Database connections were always closed, regardless of the 'pconnect' option value. - Fixed a bug (#128) - :doc:`Language Library <libraries/language>` did not correctly keep track of loaded language files. - Fixed a bug (#1242) Added Windows path compatibility to function read_dir of ZIP library +- Fixed a bug (#1314) sess_destroy() did not destroy userdata. Version 2.1.1 ============= |