From c60fcc30bcfe4f88c0eff77cccd5d7ae13a5ceb7 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Mon, 16 Sep 2024 22:02:44 +0200 Subject: [PATCH] docs: Moved a release note to the correct category --- docs/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1689187a..3465701b 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ==============