summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-06-23 18:16:37 -0400
committerJoey Hess <joeyh@joeyh.name>2018-06-24 17:31:22 -0400
commita5228ac76572463a52072fbbc5913bbe0e092ec0 (patch)
tree7253528b096c4ec1018b5724dd91b9200e9c271e /CHANGELOG
parentb6ae4c05097d3d5d3732e63b3f1d5974739c6f2b (diff)
Support configuring remote.web.annex-cost and remote.bittorrent.annex-cost
Seems that has never worked before due to oversight.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25da6e4afe..f694af942b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+
+ * Support configuring remote.web.annex-cost and remote.bittorrent.annex-cost
+
git-annex (6.20180530) UNRELEASED; urgency=medium
* Fix build with ghc 8.4+, which broke due to the Semigroup Monoid change.