Update changelog with note about #369.

This commit is contained in:
Dan Helfman 2020-11-18 11:26:20 -08:00
parent 1c9ae81987
commit 222b61b577
1 changed files with 1 additions and 0 deletions

1
NEWS
View File

@ -5,6 +5,7 @@
* #361: Merge override values when specifying the "--override" flag multiple times. The previous
behavior was to take the value of the last "--override" flag only.
* #368: Fix signal forwarding from borgmatic to Borg resulting in recursion traceback.
* #369: Document support for Borg placeholders in repository names.
1.5.10
* #347: Add hooks that run for the "extract" action: "before_extract" and "after_extract".