Skip to content

prep-0.5.0 Changelog #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,36 @@ Releases prior to 0.3.0 were “best effort” filled out, but are missing
some info. If you see your contribution missing info, please open a PR
on the Changelog!

.. _section-0.5.0:
0.5.0
-----

.. _bug_fixes-0.5.0

Bug Fixes
~~~~~~~~~

::

* Fix Marshaled nested wildcard field with ordered=True (#326) [bdscharf]
* Fix Float Field Handling of None (#327) [bdscharf, TVLIgnacy]
* Fix Werkzeug and Flask > 2.0 issues (#341) [hbusul]
* Hotfix package.json [xuhdev]

.. _enhancements-0.5.0:

Enhancements
~~~~~~~~~~~~

::

* Stop calling got_request_exception when handled explicitly (#349) [chandlernine, VolkaRancho]
* Update doc links (#332) [EtiennePelletier]
* Structure demo zoo app (#328) [mehul-anshumali]
* Update Contributing.rst (#323) [physikerwelt]
* Upgrade swagger-ui (#316) [xuhdev]


.. _section-0.4.0:
0.4.0
-----
Expand Down