Browse Source

docs: move upgrade notes to own section, see #7546

Thomas Waldmann 2 years ago
parent
commit
6d9e8e5483
1 changed files with 16 additions and 7 deletions
  1. 16 7
      docs/changes.rst

+ 16 - 7
docs/changes.rst

@@ -212,15 +212,13 @@ The best check that everything is ok is to run a dry-run extraction::
 
 
     borg extract -v --dry-run REPO::ARCHIVE
     borg extract -v --dry-run REPO::ARCHIVE
 
 
-.. _changelog:
-
-Change Log
-==========
+.. _upgradenotes:
 
 
-Version 1.2.4 (2023-03-24)
---------------------------
+Upgrade Notes
+=============
 
 
-Upgrade notes:
+borg 1.1.x to 1.2.x
+-------------------
 
 
 Some things can be recommended for the upgrade process from borg 1.1.x
 Some things can be recommended for the upgrade process from borg 1.1.x
 (please also read the important compatibility notes below):
 (please also read the important compatibility notes below):
@@ -296,6 +294,17 @@ Compatibility notes:
   them to check for >= 128.
   them to check for >= 128.
 
 
 
 
+.. _changelog:
+
+Change Log
+==========
+
+Version 1.2.4 (2023-03-24)
+--------------------------
+
+For upgrade and compatibility hints, please also read the section "Upgrade Notes"
+above.
+
 New features:
 New features:
 
 
 - import-tar: add --ignore-zeros to process concatenated tars, #7432.
 - import-tar: add --ignore-zeros to process concatenated tars, #7432.