Skip to content

Commit 94fc626

Browse files
committed
chore: update changelog
1 parent f6b8a8e commit 94fc626

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# marshmallow\_dataclass change log
22

3+
## v8.7.0 (unreleased)
4+
5+
- Drop support for python 3.6 and 3.7. Test under python 3.12. ([#263])
6+
- Add support for using `Annotated` (rather than our now deprecated
7+
custom `NewType`) to associate marshmallow configuration with
8+
particular types. ([#257])
9+
- Update pin to allow typeguard 4.*. This fixes issues with `Union`s
10+
of generic types. ([#260], [#261], [#250])
11+
12+
[#250]: https://github.com/lovasoa/marshmallow_dataclass/issues/250
13+
[#257]: https://github.com/lovasoa/marshmallow_dataclass/pull/257
14+
[#260]: https://github.com/lovasoa/marshmallow_dataclass/pull/260
15+
[#261]: https://github.com/lovasoa/marshmallow_dataclass/pull/261
16+
[#263]: https://github.com/lovasoa/marshmallow_dataclass/pull/263
17+
318
## v8.6.1 (2024-03-20)
419

520
- (Mostly) fix [memory leak][#198] when using

0 commit comments

Comments
 (0)