Skip to content

Commit

Permalink
docs: Moved a release note to the correct category
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Sep 16, 2024
1 parent 566e6a9 commit c60fcc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Release 0.14 (in development)
.. rubric:: Removed APIs (deprecated since 0.13)

* Removed the ``RouteReset`` exception and associated logic.
* ``bottle.HTTPError``\s raised on Invalid JSON now include the underlying exception
in their ``exception`` field.
* Removed the `bottle.py` console script entrypoint in favour of the new `bottle` script. You can still execute `bottle.py` directly or via `python -m bottle`. The only change is that the command installed by pip or similar tools into the bin/Scripts folder of the (virtual) environment is now called `bottle` to avoid circular import errors.

.. rubric:: Changes

* ``bottle.HTTPError`` raised on Invalid JSON now include the underlying exception in their ``exception`` field.


Release 0.13
==============

Expand Down

0 comments on commit c60fcc3

Please sign in to comment.