We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9720a73 commit 3c00edbCopy full SHA for 3c00edb
CHANGES.txt
@@ -22,6 +22,11 @@ CHANGES
22
23
- multidict.getall() returns `list`, not `tuple`.
24
25
+- Backward imcompatible change: now there are two mutable multidicts
26
+ (`MultiDict`, `CIMultiDict`) and two immutable multidict proxies
27
+ (`MultiDictProxy` and `CIMultiDictProxy`). Previous edition of
28
+ multidicts was not a part of public API though.
29
+
30
31
0.13.1 (12-31-2014)
32
--------------------
0 commit comments