File tree Expand file tree Collapse file tree 5 files changed +33
-4
lines changed
Expand file tree Collapse file tree 5 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,38 @@ Changelog
1414
1515.. towncrier release notes start
1616
17+ 6.4.3
18+ =====
19+
20+ *(2025-04-10) *
21+
22+
23+ Bug fixes
24+ ---------
25+
26+ - Fixed building the library in debug mode.
27+
28+ *Related issues and pull requests on GitHub: *
29+ :issue: `1144 `.
30+
31+ - Fixed custom ``PyType_GetModuleByDef() `` when non-heap type object was passed.
32+
33+ *Related issues and pull requests on GitHub: *
34+ :issue: `1147 `.
35+
36+
37+ Packaging updates and notes for downstreams
38+ -------------------------------------------
39+
40+ - Added the ability to build in debug mode by setting :envvar: `MULTIDICT_DEBUG_BUILD ` in the environment -- by :user: `bdraco `.
41+
42+ *Related issues and pull requests on GitHub: *
43+ :issue: `1145 `.
44+
45+
46+ ----
47+
48+
17496.4.2
1850=====
1951
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 2222 "getversion" ,
2323)
2424
25- __version__ = "6.4.2 "
25+ __version__ = "6.4.3 "
2626
2727
2828if TYPE_CHECKING or not USE_EXTENSIONS :
You can’t perform that action at this time.
0 commit comments