- (Mostly) fix [memory leak][198] when using
`marshamallow_dataclass.dataclass` decorator. ([258], thank you mvanderlee!)
- Fix docstring formatting for `class_schema`. ([249])
- Do not ignore `Union` argument ordering in tests. Note that a
[bug][247] remains: semantically, `Union`s do not respect argument
order, yet order matters for de/serialization. ([248])
[198]: https://github.com/lovasoa/marshmallow_dataclass/issues/198
[247]: https://github.com/lovasoa/marshmallow_dataclass/issues/247
[248]: https://github.com/lovasoa/marshmallow_dataclass/pull/248
[249]: https://github.com/lovasoa/marshmallow_dataclass/pull/249
[258]: https://github.com/lovasoa/marshmallow_dataclass/pull/258