summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-11 10:44:52 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-11 10:44:52 +0200
commit6b5ee00bb10dc073c3d70aa7b218efa9265933c5 (patch)
treea12fb3fcbdb92dd94264f671dac953c128b478e2 /user_guide_src/source/changelog.rst
parent4db16326a0418776f10802ecdcccb385ff67e363 (diff)
parent0ee287ea08de5f3098a27230dcd8ca242b2eb793 (diff)
Merge pull request #1454 from IT-Can/upload-index-1453
Upload library: data() index support
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 027163db7..984183a13 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -146,6 +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.
- Core