summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-11-26 18:37:30 +0000
committerArmin Ronacher <armin.ronacher@active-4.com>2016-11-26 18:37:32 +0000
commiteff1d5e3d26918964a958bd9f1a415e4fd36f431 (patch)
tree90c0ecc0a60acfca039ba437c9fd292f1e46f3c4
parent88b7ec03e70b37f0500f0d8a6bb5fdf1508efe2a (diff)
downloadraven-eff1d5e3d26918964a958bd9f1a415e4fd36f431.tar.gz
Added changelog entry for multidict changes
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e80169e..6b10ab1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,7 @@ Version 6.0.0
* Add `last_event_id` accessor to `Client`.
* Do not require `sys.argv` to be available any more.
* Tags defined on a logging handler will now be merged with individual log record's tags.
+* Added explicit support for multidicts in the django client.
Version 5.32.0
--------------