From f5d8ee3a029401f15d1f9dd9e396cb4b9c8f98d4 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Thu, 23 Apr 2026 19:16:39 +0800 Subject: [PATCH] docs: fix indentation on `4.7.2` and `4.7.3` changelogs --- user_guide_src/source/changelogs/v4.7.2.rst | 4 ++-- user_guide_src/source/changelogs/v4.7.3.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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