Move changelog files for 0.11.0

This commit is contained in:
Alexander Neumann
2022-02-10 19:53:14 +01:00
parent b739e22b04
commit 057ef39525
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Bugfix: Use platform-specific temporary directory as default data directory
If no data directory is specificed, then rest-server now uses the Go standard
library functions to retrieve the standard temporary directory path for the
current platform.
https://github.com/restic/rest-server/issues/157
https://github.com/restic/rest-server/pull/158