Skip to content

Commit cda7e24

Browse files
authored
Update changelog (#949)
1 parent 233d916 commit cda7e24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Version 0.20.0 (2025-11-23)
4+
5+
- Support Python 3.14, including freethreaded mode ({pr}`852`, {pr}`877`).
6+
- Expose the `StructMeta` metaclass ({pr}`890`, {pr}`927`, {pr}`928`, {pr}`940`, {pr}`945`).
7+
- Support Windows `arm64` builds ({pr}`943`).
8+
- Enable ThinLTO on macOS `aarch64` builds ({pr}`937`).
9+
- Fix leaks of `re.Pattern` objects when using `pattern` constraints of `msgspec.Meta` ({pr}`899`).
10+
- Fixed `memoryview` support for `msgspec.msgpack` ({pr}`836`).
11+
- Fix crash when `typing.TypedDict` contains incorrect metadata ({pr}`853`, {pr}`947`).
12+
- Add `setuptools-scm` as a build dependency instead of vendoring `versioneer` ({pr}`905`).
13+
- Remove support for legacy packaging builds ({pr}`907`).
14+
- Improved the developer experience by adding the `just` command runner and Dev Container support ({pr}`918`).
15+
316
## Version 0.19.0 (2024-12-27)
417

518
- Improve JSON encoding performance by up to 40% ({pr}`647`).

0 commit comments

Comments
 (0)