* Handle ``UnicodeDecodeError`` when parsing JSON payloads (:issue:`427`). Thanks :user:`lindycoder` for the catch and patch.
5.5.1
Not secure
******************
Bug fixes:
* Remove usage of deprecated ``Field.fail`` when using marshmallow 3.
5.5.0
Not secure
******************
Support:
* Various docs updates (:pr:`414`, :pr:`421`).
Refactoring:
* Don't mutate ``globals()`` in ``webargs.fields`` (:pr:`411`). * Use marshmallow 3's ``Schema.from_dict`` if available (:pr:`415`).
5.4.0
Not secure
******************
Changes:
* Use explicit type check for `fields.DelimitedList` when deciding to parse value with `getlist()` (`406 (comment) <https://github.com/marshmallow-code/webargs/issues/406#issuecomment-514446228>`_ ).
Support:
* Add "Parsing Lists in Query Strings" section to docs (:issue:`406`).