Add confusing error message fix to NEWS (#623).

This commit is contained in:
Dan Helfman 2023-03-21 14:25:20 -07:00
parent dd9a64f4b6
commit ca6fd6b061
1 changed files with 1 additions and 0 deletions

1
NEWS
View File

@ -4,6 +4,7 @@
* #576: Add support for "file://" paths within "repositories" option.
* #618: Add support for BORG_FILES_CACHE_TTL environment variable via "borg_files_cache_ttl" option
in borgmatic's storage configuration.
* #623: Fix confusing message when an error occurs running actions for a configuration file.
1.7.9
* #295: Add a SQLite database dump/restore hook.