Browse Source

Add pyproject.toml transitin to NEWS.

Dan Helfman 7 months ago
parent
commit
f8c9d985e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      NEWS

+ 1 - 0
NEWS

@@ -19,6 +19,7 @@
  * #911: Add a "key change-passphrase" action to change the passphrase protecting a repository key.
  * #911: Add a "key change-passphrase" action to change the passphrase protecting a repository key.
  * #921: BREAKING: Change soft failure command hooks to skip only the current repository rather than
  * #921: BREAKING: Change soft failure command hooks to skip only the current repository rather than
    all repositories in the configuration file.
    all repositories in the configuration file.
+ * #922: Replace setup.py (Python packaging metadata) with the more modern pyproject.toml.
  * When using Borg 2, default the "archive_name_format" option to just "{hostname}", as Borg 2 does
  * When using Borg 2, default the "archive_name_format" option to just "{hostname}", as Borg 2 does
    not require unique archive names; identical archive names form a common "series" that can be
    not require unique archive names; identical archive names form a common "series" that can be
    targeted together. See the Borg 2 documentation for more information:
    targeted together. See the Borg 2 documentation for more information: