Browse Source

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

Thomas Waldmann 1 năm trước cách đây
mục cha
commit
6d9e8e5483
1 tập tin đã thay đổi với 16 bổ sung7 xóa
  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.