File tree 6 files changed +42
-9
lines changed
6 files changed +42
-9
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,47 @@ Changelog
14
14
15
15
.. towncrier release notes start
16
16
17
+ 6.4.0
18
+ =====
19
+
20
+ *(2025-04-09) *
21
+
22
+
23
+ Bug fixes
24
+ ---------
25
+
26
+ - Fixed a memory leak creating new :class: `~multidict.istr ` objects -- by :user: `bdraco `.
27
+
28
+ The leak was introduced in 6.3.0
29
+
30
+ *Related issues and pull requests on GitHub: *
31
+ :issue: `1133 `.
32
+
33
+ - Fixed reference counting when calling :py:meth: `multidict.MultiDict.update ` -- by :user: `bdraco `.
34
+
35
+ The leak was introduced in 4.4.0
36
+
37
+ *Related issues and pull requests on GitHub: *
38
+ :issue: `1135 `.
39
+
40
+
41
+ Features
42
+ --------
43
+
44
+ - Switched C Extension to use heap types and the module state.
45
+
46
+ *Related issues and pull requests on GitHub: *
47
+ :issue: `1125 `.
48
+
49
+ - Started building armv7l wheels -- by :user: `bdraco `.
50
+
51
+ *Related issues and pull requests on GitHub: *
52
+ :issue: `1127 `.
53
+
54
+
55
+ ----
56
+
57
+
17
58
6.3.2
18
59
=====
19
60
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 22
22
"getversion" ,
23
23
)
24
24
25
- __version__ = "6.3.3.dev0 "
25
+ __version__ = "6.4.0 "
26
26
27
27
28
28
if TYPE_CHECKING or not USE_EXTENSIONS :
You can’t perform that action at this time.
0 commit comments