Skip to content

Commit 442fdb5

Browse files
committed
update changelog
1 parent 7c6a37f commit 442fdb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Release Date: TBD
44

5-
- Support free threaded Python. #654
5+
- Support free threaded Python. #654, #686
66
- Dropped support for Python 3.9. #656
77
- Fix missing error checks in C code. #665, #666, #667, #672
88
- Fix `strict_map_key` option didn't work for `object_pairs_hook`. #673
@@ -11,6 +11,7 @@ Release Date: TBD
1111
- Fix `Packer.pack_ext_type()` ignored `autoreset` option. #663
1212
- Fix `Timestamp.from_datetime()` returning wrong value for pre-epoch datetimes. #662
1313
- Fix use-after-free in `unpackb()` and `Unpacker.unpack()` for non-contiguous input. #677
14+
- Fix possible memory leak when calling `Unpacker.__init__()` several times. #687
1415

1516

1617
# 1.1.2

0 commit comments

Comments
 (0)