Skip to content

Commit a60cea0

Browse files
committed
v8.6.1
1 parent 9668980 commit a60cea0

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.6.1 (2024-03-20)
4+
5+
- (Mostly) fix [memory leak][#198] when using
6+
`marshamallow_dataclass.dataclass` decorator. ([#258], thank you @mvanderlee!)
7+
- Fix docstring formatting for `class_schema`. ([#249])
8+
- Do not ignore `Union` argument ordering in tests. Note that a
9+
[bug][#247] remains: semantically, `Union`s do not respect argument
10+
order, yet order matters for de/serialization. ([#248])
11+
12+
[#198]: https://github.com/lovasoa/marshmallow_dataclass/issues/198
13+
[#247]: https://github.com/lovasoa/marshmallow_dataclass/issues/247
14+
[#248]: https://github.com/lovasoa/marshmallow_dataclass/pull/248
15+
[#249]: https://github.com/lovasoa/marshmallow_dataclass/pull/249
16+
[#258]: https://github.com/lovasoa/marshmallow_dataclass/pull/258
17+
318
## v8.6.0 (2023-09-16)
419
- New field in associated Meta classes: `include_non_init`:
520
- This adds the ability to include non init-ed fields into the schema

0 commit comments

Comments
 (0)