From ed91cafce2a3264b1b33e742648facca6c0bdf8f Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 29 May 2017 23:46:48 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aa08892..5586c00cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Small changes: reporting the current status by sending a `USR1` signal to the process. https://github.com/restic/restic/pull/974 + * The `build.go` now strips the temporary directory used for compilation from + the binary. This is the first step in enabling reproducible builds. + https://github.com/restic/restic/pull/981 + Important Changes in 0.6.0 ==========================