# HG changeset patch # User Pierre-Yves David # Date 1515189021 -3600 # Node ID 1face8964965a9f7a8bbbe3eea5757994415c0b5 # Parent c7fbb79cd366b6ff48e087e0c57413a344d42ea5 changelog: fix a typo in the changelog There is probably many others but that one is fixed now. diff -r c7fbb79cd366 -r 1face8964965 CHANGELOG --- a/CHANGELOG Fri Jan 05 04:37:19 2018 +0100 +++ b/CHANGELOG Fri Jan 05 22:50:21 2018 +0100 @@ -6,7 +6,7 @@ * new algorithm for obshashrange discovery: - The new algorithm is fast, simpler to cache and with better complexicty. It + The new algorithm is fast, simpler to cache and with better complexity. 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