summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-08 21:22:52 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-08 21:22:52 -0500
commit0cf1099a8217a44ca796d77efd7cfb03c7546d06 (patch)
tree6fefef9a579ba7e0f55499a2c5745148ec9f066c
parent41534eb2c8dd3bdf2ecd578e55222ea0bd22f319 (diff)
downloaddogpile-cache-0cf1099a8217a44ca796d77efd7cfb03c7546d06.tar.gz
changelog for pullreq 10
-rw-r--r--docs/build/changelog.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index 2921f47..518d961 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -5,6 +5,17 @@ Changelog
:version: 0.5.3
.. change::
+ :tags: bug
+ :pullreq: 10
+
+ Fixed bug where the key_mangler would get in the way of usage of the
+ async_creation_runner feature within the :meth:`.Region.get_or_create`
+ method, by sending in the mangled key instead of the original key. The
+ "mangled" key is only supposed to be exposed within the backend storage,
+ not the creation function which sends the key back into the :meth:`.Region.set`,
+ which does the mangling itself. Pull request courtesy Ryan Kolak.
+
+ .. change::
:tags: bug, py3k
Fixed bug where the :meth:`.Region.get_multi` method wasn't calling