From 2c55d585670a8c5ceff280788772925c87e7e3a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 14 Jul 2023 09:23:57 +0200 Subject: [PATCH] docs: Structured changelog - A structure of the release notes to be used from 5.0 onwards. Can be improved. #9552 - Merged upgrading instructions into changelog. --- docs/admin/upgrade.rst | 9 --------- docs/changes.rst | 21 +++++++++++++++++---- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/docs/admin/upgrade.rst b/docs/admin/upgrade.rst index 662041f70df3..2b6c0cc52294 100644 --- a/docs/admin/upgrade.rst +++ b/docs/admin/upgrade.rst @@ -418,15 +418,6 @@ Please follow :ref:`generic-upgrade-instructions` in order to perform update. .. seealso:: :ref:`generic-upgrade-instructions` -Upgrade from 4.18 to 5.0 -~~~~~~~~~~~~~~~~~~~~~~~~ - -Please follow :ref:`generic-upgrade-instructions` in order to perform update. - -* There are several changes in :file:`settings_example.py`, most notable is change in ``CACHES``, please adjust your settings accordingly. - -.. seealso:: :ref:`generic-upgrade-instructions` - .. _py3: Upgrading from Python 2 to Python 3 diff --git a/docs/changes.rst b/docs/changes.rst index 2ac8fef0282a..331e1d1aa793 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,13 +3,26 @@ Weblate 5.0 Not yet released. -* Improved plurals handling in machine translation. -* Fixed user names handling while committing to Git. -* :ref:`addon-weblate.cleanup.blank` and :ref:`addon-weblate.cleanup.generic` now remove all strings at once.\ +**New features** + +**Improvements** + +* Plurals handling in machine translation. * :ref:`check-same` check now honors placeholders even in the strict mode. * :ref:`check-reused` is no longer triggered for languages with a single plural form. -* Fixed language filtering in :doc:`/devel/reporting`. * WebP is now supported for :ref:`screenshots`. * Avoid duplicate notification when a user is subscribed to overlapping scopes. +**Bug fixes** + +* User names handling while committing to Git. +* :ref:`addon-weblate.cleanup.blank` and :ref:`addon-weblate.cleanup.generic` now remove all strings at once. +* Language filtering in :doc:`/devel/reporting`. + +**Upgrading** + +Please follow :ref:`generic-upgrade-instructions` in order to perform update. + +* There are several changes in :file:`settings_example.py`, most notable is change in ``CACHES``, please adjust your settings accordingly. + `All changes in detail `__.