File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments