]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 31759 and 31779
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Sep 2019 15:06:54 +0000 (11:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 26 Sep 2019 19:52:45 +0000 (15:52 -0400)
changes/ticket31759 [new file with mode: 0644]

diff --git a/changes/ticket31759 b/changes/ticket31759
new file mode 100644 (file)
index 0000000..f7428f7
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor features (auto-formatting scripts):
+    - When annotating C macros, never generate a line that our check-spaces
+      script would reject. Closes ticket 31759.
+    - When annotating C macros, try to remove cases of double-negation.
+      Closes ticket 31779.