Thomas Waldmann 2 лет назад
Родитель
Сommit
e142776040
1 измененных файлов с 18 добавлено и 2 удалено
  1. 18 2
      docs/changes.rst

+ 18 - 2
docs/changes.rst

@@ -115,8 +115,8 @@ Compatibility notes:
 Change Log 2.x
 Change Log 2.x
 ==============
 ==============
 
 
-Version 2.0.0b6 (2023-06-11)
-----------------------------
+Version 2.0.0b7 (not released yet)
+----------------------------------
 
 
 Please note:
 Please note:
 
 
@@ -125,6 +125,22 @@ This is a beta release, only for testing - do not use for production repos.
 For upgrade and compatibility hints, please also read the section "Upgrade Notes"
 For upgrade and compatibility hints, please also read the section "Upgrade Notes"
 above.
 above.
 
 
+Fixes:
+
+- remote logging/progress: use callback to send queued records, #7662
+- make_path_safe: remove test for backslashes, #7651
+- benchmark cpu: use sanitized path, #7654
+
+Other changes:
+
+- docs:
+
+  - move upgrade / compat. notes to own section, see #7546
+
+
+Version 2.0.0b6 (2023-06-11)
+----------------------------
+
 New features:
 New features:
 
 
 - diff: include changes in ctime and mtime, #7248
 - diff: include changes in ctime and mtime, #7248