Skip to content

Commit d786088

Browse files
committed
Bump to 4.7.0
1 parent 7098296 commit d786088

File tree

13 files changed

+38
-11
lines changed

13 files changed

+38
-11
lines changed

CHANGES.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,42 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
4.7.0 (2019-12-10)
18+
==================
19+
20+
Features
21+
--------
22+
23+
- Replace Cython optimization with pure C
24+
`#249 <https://github.com/aio-libs/multidict/issues/249>`_
25+
- Implement ``__length_hint__()`` for iterators
26+
`#310 <https://github.com/aio-libs/multidict/issues/310>`_
27+
- Support the MultiDict[str] generic specialization in the runtime.
28+
`#392 <https://github.com/aio-libs/multidict/issues/392>`_
29+
- Embed pair_list_t structure into MultiDict Python object
30+
`#395 <https://github.com/aio-libs/multidict/issues/395>`_
31+
- Embed multidict pairs for small dictionaries to amortize the memory usage.
32+
`#396 <https://github.com/aio-libs/multidict/issues/396>`_
33+
- Support weak references to C Extension classes.
34+
`#399 <https://github.com/aio-libs/multidict/issues/399>`_
35+
- Add docstrings to provided classes.
36+
`#400 <https://github.com/aio-libs/multidict/issues/400>`_
37+
- Merge ``multidict._istr`` back with ``multidict._multidict``.
38+
`#409 <https://github.com/aio-libs/multidict/issues/409>`_
39+
40+
41+
Bugfixes
42+
--------
43+
44+
- Explicitly call ``tp_free`` slot on deallocation.
45+
`#407 <https://github.com/aio-libs/multidict/issues/407>`_
46+
- Return class from __class_getitem__ to simplify subclassing
47+
`#413 <https://github.com/aio-libs/multidict/issues/413>`_
48+
49+
50+
----
51+
52+
1753
4.6.1 (2019-11-21)
1854
====================
1955

CHANGES/249.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/310.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/392.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/395.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/396.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/399.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/400.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/407.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/409.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)