浏览代码

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

Thomas Waldmann 1 年之前
父节点
当前提交
6d9e8e5483
共有 1 个文件被更改,包括 16 次插入7 次删除
  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
 
-.. _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
 (please also read the important compatibility notes below):
@@ -296,6 +294,17 @@ Compatibility notes:
   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:
 
 - import-tar: add --ignore-zeros to process concatenated tars, #7432.