From: Nick Mathewson Date: Thu, 16 Mar 2017 19:01:00 +0000 (-0400) Subject: changes file for consdiff backend X-Git-Tag: tor-0.3.1.1-alpha~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af5628e7709cc403d6ba6a78d2dbed29809ffc9d;p=thirdparty%2Ftor.git changes file for consdiff backend --- diff --git a/changes/consdiff_21643 b/changes/consdiff_21643 new file mode 100644 index 0000000000..38d465673b --- /dev/null +++ b/changes/consdiff_21643 @@ -0,0 +1,5 @@ + o Major features (internals): + - Add an ed diff/patch backend, optimized for consensus documents. + This backend will be the basis of our consensus diff implementation. + Most of the work here was done + by Daniel Martí. Closes ticket 21643.