From 9ff962740b3ff28ef80b6640b5e840efb8730865 Mon Sep 17 00:00:00 2001 From: Josh Rabinowitz Date: Mon, 16 Sep 2019 16:22:59 -0400 Subject: [PATCH] Issue 536 backward compat docs (#537) * Document that 0.2.3 mapping.cfg format isn't backward compatible * Note update to 0.2.3 portion of changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60adf0d..29bacdd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ - Close file descriptor 3 when running gnupg subprocesses (#521) - Small optimization in 'hide' - Improve code comments +- Update docs to note that git-secret repos modified by git-secret 0.2.3 and + later are not backward compatible with pre-0.2.3 versions of git-secret. ## Version 0.2.6 @@ -133,7 +135,9 @@ ### Features - Added `-m` option to `hide` command, files will only be hidden when modifications are detected (#92) -- Changed how path mappings file works: colon delimited FSDB (#92) +- Changed how path mappings file works: colon delimited FSDB in `.gitsecret/paths/mapping.cfg', so git-secret + can store checksums of hidden files. Note this means git-secret repos modified by git-secret 0.2.3 + or later are not backward compatible with pre-0.2.3 versions of git-secret. (#92) - `git secret init` now adds `random_seed` to `.gitignore` (#93) ### Bugfixes