aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-03-16 15:01:00 -0400
committerNick Mathewson <nickm@torproject.org>2017-03-16 15:01:00 -0400
commitaf5628e7709cc403d6ba6a78d2dbed29809ffc9d (patch)
tree665c4a8cf1d39d1c54da23f0054ebf61e9a31a2b
parent4a4f1e44af0c6aa2a27add9d1e114213a580e50d (diff)
downloadtor-af5628e7709cc403d6ba6a78d2dbed29809ffc9d.tar.gz
tor-af5628e7709cc403d6ba6a78d2dbed29809ffc9d.zip
changes file for consdiff backend
-rw-r--r--changes/consdiff_216435
1 files changed, 5 insertions, 0 deletions
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.