Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Jun 23, 2024
1 parent f6b8a8e commit dc9c8a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# marshmallow\_dataclass change log

## v8.7.0 (unreleased)

- Drop support for python 3.7. Test under python 3.12. ([#263])
- Update pin to allow typeguard 4.*. This fixes issues with `Union`s
of generic types. ([#260], [#261], [#250])
- Add support for using `Annotated` (rather than our now deprecated
custom `NewType`) to associate marshmallow configuration with
particular types. ([#257])

[#250]: https://github.com/lovasoa/marshmallow_dataclass/issues/250
[#257]: https://github.com/lovasoa/marshmallow_dataclass/pull/257
[#260]: https://github.com/lovasoa/marshmallow_dataclass/pull/260
[#261]: https://github.com/lovasoa/marshmallow_dataclass/pull/261
[#263]: https://github.com/lovasoa/marshmallow_dataclass/pull/263


## v8.6.1 (2024-03-20)

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

0 comments on commit dc9c8a0

Please sign in to comment.