Skip to content

Commit

Permalink
Fix changelog formatting for 0.12.X
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Mar 29, 2022
1 parent 4d84f26 commit 15e8d77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ Fixes:
-------------------

Fixes:

- Correct changelog and docs URLs on PyPI


0.12.0 (2022-03-28)
-------------------

Enhancements:

- Add flask.g section to show g object content. by @Yaser-Amiri in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/118
- Support gzip response by @zaw007 in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/154
- Update PyPI metadata files: add `setup.cfg` etc by @jeffwidman in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/164

Fixes:

- Remove deprecated Jinja with_ extension for Jinja 3.0 (related to Flask 2.0) by @nickjj in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/157
- Fix SQLAlchemy SELECT/EXPLAIN to use url_for to respect app prefixes.… by @mattaw in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/143
- Setup DB properly by @jeffwidman in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/148
Expand Down

0 comments on commit 15e8d77

Please sign in to comment.