diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-11 11:07:15 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-11 11:07:15 +0200 |
commit | 650b4c000242ad90ed1ca1e56bdee7d42dbdedaa (patch) | |
tree | f11c738500115431d61d27ba0a37b33e9fa5f349 /user_guide_src/source/changelog.rst | |
parent | 6b5ee00bb10dc073c3d70aa7b218efa9265933c5 (diff) |
Remove unused qb_order property + other minor changes
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-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 984183a13..259f4e732 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -146,7 +146,7 @@ Release Date: Not Released - Added a Redis driver to the :doc:`Caching Library <libraries/caching>`. - Added dsn (delivery status notification) option to the :doc:`Email Library <libraries/email>`. - Renamed method _set_header() to set_header() and made it public to enable adding custom headers in the :doc:`Email Library <libraries/email>`. - - Added a index parameter to the data() function in the Upload library. + - Added an "index" parameter to the data() method in the :doc:`Upload library <libraries/file_uploading>`. - Core |