summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-05 16:29:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-05 16:53:09 -0400
commit4bb1630d88babbca7ad6581f68d4161c77280f2f (patch)
tree277ba7ce982b8b888e0899ca6afee56cdea16f20 /CHANGELOG
parentaa38d92afcc0efbe7bb9786d00c45f71af756b75 (diff)
Support using v3 repositories without upgrading them to v5.
An easy change now that supportedVersions is a list. Since v3 and v5 are identical other than version number, just add v3 to the list. This commit was sponsored by andrea rota.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f87cdf3f2..dd9b2cba7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,7 @@ git-annex (6.20160924) UNRELEASED; urgency=medium
- git-annex adjust when a large file was checked into git directly
* When auto-upgrading a v3 remote, avoid upgrading to version 6,
instead keep it at version 5.
+ * Support using v3 repositories without upgrading them to v5.
-- Joey Hess <id@joeyh.name> Mon, 26 Sep 2016 16:46:19 -0400