summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-18 11:06:54 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-26 15:52:45 -0400
commit3283fd7e79913e25cd5e626d6bb3a12a05b2f3fc (patch)
tree67fd1c8cd64456b8b63ecfe565ed24a27bfb2c34
parent65e63e746120a03b54de51f1db148a7fa1aa27e2 (diff)
downloadtor-3283fd7e79913e25cd5e626d6bb3a12a05b2f3fc.tar.gz
tor-3283fd7e79913e25cd5e626d6bb3a12a05b2f3fc.zip
Changes file for 31759 and 31779
-rw-r--r--changes/ticket317595
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket31759 b/changes/ticket31759
new file mode 100644
index 0000000000..f7428f711c
--- /dev/null
+++ b/changes/ticket31759
@@ -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.