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 edb0e9f commit a897868Copy full SHA for a897868
CHANGES.rst
@@ -14,6 +14,19 @@ Changelog
14
15
.. towncrier release notes start
16
17
+4.7.4 (2020-01-11)
18
+==================
19
+
20
+Bugfixes
21
+--------
22
23
+- ``MultiDict.iter`` fix memory leak when used iterator over `multidict` instance.
24
+ `#452 <https://github.com/aio-libs/multidict/issues/452>`_
25
26
27
+----
28
29
30
4.7.3 (2019-12-30)
31
==================
32
CHANGES/452.bugfix
multidict/__init__.py
@@ -20,7 +20,7 @@
"getversion"
)
-__version__ = "4.7.3"
+__version__ = "4.7.4"
try:
0 commit comments