create changelog entry for issue-3124 and pull-3132

This commit is contained in:
Kyle Brennan 2020-11-28 01:56:45 -08:00 committed by Michael Eischer
parent a6ae79b39e
commit 933c9af328
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Enhancement: Enable support for json output on init command
Init command did not listen to the --json flag, it now outputs a struct depending on a successful or failed creation of a repository, with all relevant information
https://github.com/restic/restic/issues/3124
https://github.com/restic/restic/pull/3132