File tree Expand file tree Collapse file tree 6 files changed +30
-5
lines changed
Expand file tree Collapse file tree 6 files changed +30
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,35 @@ Changelog
1414
1515.. towncrier release notes start
1616
17+ 4.7.3 (2019-12-30)
18+ ==================
19+
20+ Features
21+ --------
22+
23+ - Implement ``__sizeof__ `` function to correctly calculate all internal structures size.
24+ `#444 <https://github.com/aio-libs/multidict/issues/444 >`_
25+ - Expose ``getversion() `` function.
26+ `#451 <https://github.com/aio-libs/multidict/issues/451 >`_
27+
28+
29+ Bugfixes
30+ --------
31+
32+ - Fix crashes in ``popone ``/``popall `` when default is returned.
33+ `#450 <https://github.com/aio-libs/multidict/issues/450 >`_
34+
35+
36+ Improved Documentation
37+ ----------------------
38+
39+ - Corrected the documentation for ``MultiDict.extend() ``
40+ `#446 <https://github.com/aio-libs/multidict/issues/446 >`_
41+
42+
43+ ----
44+
45+
17464.7.2 (2019-12-20)
1847==================
1948
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2020 "getversion"
2121)
2222
23- __version__ = "4.7.2 "
23+ __version__ = "4.7.3 "
2424
2525
2626try :
You can’t perform that action at this time.
0 commit comments