- Fix `32 <https://github.com/adamboche/python-marshmallow-union/issues/32>`_ : Never ignore the value passed to `_serialize`. Notably, this fixes the serialization of lists of unions, such as :code:`List(Union([Int(), String()]))`
- On serialization, :class:`marshmallow_union.ExceptionGroup` is raised if all candidate fields fail. `24 <https://github.com/adamboche/python-marshmallow-union/issues/24>`_
----
0.1.11
-------------------
Changes ^^^^^^^
- Override the underscore-prefixed methods instead of the plain ones `22 <https://github.com/adamboche/python-marshmallow-union/issues/22>`_
----
Changelog =========
0.1.10
-------------------
Changes ^^^^^^^
- Use Towncrier for changelog. `18 <https://github.com/adamboche/python-marshmallow-union/issues/18>`_