* Add `"path"` location to ``AIOHTTPParser``, ``FlaskParser``, and ``PyramidParser`` (:pr:`379`). Thanks :user:`zhenhua32` for the PR. * Add ``webargs.__version_info__``.
5.2.0
Not secure
******************
Features:
* Make the schema class used when generating a schema from a dict overridable (:issue:`375`). Thanks :user:`ThiefMaster`.
5.1.3
Not secure
******************
Bug fixes:
* :cve:`CVE-2019-9710`: Fix race condition between parallel requests when the cache is used (:issue:`371`). Thanks :user:`ThiefMaster` for reporting and fixing.
5.1.2
Not secure
******************
Bug fixes:
* Remove lingering usages of ``ValidationError.status_code`` (:issue:`365`). Thanks :user:`decaz` for reporting. * Avoid ``AttributeError`` on Python<3.5.4 (:issue:`366`). * Fix incorrect type annotations for ``error_headers``. * Fix outdated docs (:issue:`367`). Thanks :user:`alexandersoto` for reporting.
5.1.1.post0
Not secure
************************
* Include LICENSE in sdist (:issue:`364`).
5.1.1
Not secure
******************
Bug fixes:
* Fix installing ``simplejson`` on Python 2 by distributing a Python 2-only wheel (:issue:`363`).