# HG changeset patch # User Pierre-Yves David # Date 1513825922 -3600 # Node ID 0539070016b05406bf82fc0bb3d3bf130877fe33 # Parent 895e16385a4f9fe2b0420e03d0560fb628b2dac8 changelog: add an entry about the obshashrange changes diff -r 895e16385a4f -r 0539070016b0 CHANGELOG --- a/CHANGELOG Thu Dec 21 04:35:40 2017 +0100 +++ b/CHANGELOG Thu Dec 21 04:12:02 2017 +0100 @@ -1,6 +1,19 @@ Changelog ========= +7.2.0 - in progress +------------------- + + * new algorithm for obshashrange discovery: + + The new algorithm is fast, simpler to cache and with better complexicty. It + is able to handle repository of any size (naive python implementation is a + bit slow). Support for the previous experimental approach have been + dropped, please update both clients and servers. The new approach is still + hidden behind and experimental flag for now. + +topic (0.7.1) + 7.1.1 - in progress -------------------