Skip to content

Commit d83b95b

Browse files
committed
chore: update changelog
1 parent f6b8a8e commit d83b95b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- Update pin to allow typeguard 4.*. This fixes issues with `Union`s
7+
of generic types. ([#260], [#261], [#250])
8+
- Add support for using `Annotated` (rather than our now deprecated
9+
custom `NewType`) to associate marshmallow configuration with
10+
particular types. ([#257])
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+
18+
319
## v8.6.1 (2024-03-20)
420

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

0 commit comments

Comments
 (0)