- Improve error message for unknown generics. `10 <https://github.com/python-desert/desert/pull/10>`_
2019.12.10
--------------
Changes ^^^^^^^
- Add ``UnknownType`` exception with better error message for types that should be generic. `8 <https://github.com/python-desert/desert/issues/8>`_
2019.12.09
--------------
Changes ^^^^^^^
- Marshmallow schema ``Meta`` arguments are accepted, allowing exclusion of unknown fields and other options. `3 <https://github.com/python-desert/desert/pull/3>`_
- Non-optional fields without a default or factory now have `required=True` so raise :class:`marshmallow.exceptions.ValidationError` when missing. `1 <https://github.com/python-desert/desert/issues/1>`_