diff --git a/user_guide_src/source/changelogs/v4.7.2.rst b/user_guide_src/source/changelogs/v4.7.2.rst index c202c52637eb..d8bd9f47aeb4 100644 --- a/user_guide_src/source/changelogs/v4.7.2.rst +++ b/user_guide_src/source/changelogs/v4.7.2.rst @@ -15,8 +15,8 @@ Bugs Fixed ********** - **Security:** Fixed a bug where the CSRF filter could corrupt JSON request bodies after successful - verification when the CSRF token was provided via the ``X-CSRF-TOKEN`` header. - This caused ``IncomingRequest::getJSON()`` to fail on valid ``application/json`` requests. + verification when the CSRF token was provided via the ``X-CSRF-TOKEN`` header. + This caused ``IncomingRequest::getJSON()`` to fail on valid ``application/json`` requests. See the repo's `CHANGELOG.md `_ diff --git a/user_guide_src/source/changelogs/v4.7.3.rst b/user_guide_src/source/changelogs/v4.7.3.rst index 7b8ba18a1892..677e1072500b 100644 --- a/user_guide_src/source/changelogs/v4.7.3.rst +++ b/user_guide_src/source/changelogs/v4.7.3.rst @@ -25,8 +25,8 @@ Changes ******* - **Commands:** The ``-h`` option for the ``routes`` command is renamed to ``--sort-by-handler`` to avoid conflict with the common use of ``-h`` as a shortcut for ``--help``. - The old ``-h`` option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for ``--help``. - A warning message is displayed when using the old ``-h`` option to encourage users to switch to the new ``--sort-by-handler`` option. + The old ``-h`` option will continue to work until v4.8.0, at which point it will be removed and repurposed as a shortcut for ``--help``. + A warning message is displayed when using the old ``-h`` option to encourage users to switch to the new ``--sort-by-handler`` option. ************ Deprecations