Prepare changelog for 0.14.0

This commit is contained in:
Alexander Neumann
2022-08-25 19:54:01 +02:00
parent b824d8cdcc
commit a825e0d409
33 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Change: Support debug log creation in release builds
Creating a debug log was only possible in debug builds which required users to
manually build restic. We changed the release builds to allow creating debug
logs by simply setting the environment variable `DEBUG_LOG=logname.log`.
https://github.com/restic/restic/issues/1842
https://github.com/restic/restic/pull/3826