]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for ticket 32887 (NS*() removal)
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 16:51:46 +0000 (11:51 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 16:51:46 +0000 (11:51 -0500)
changes/ticket32887 [new file with mode: 0644]

diff --git a/changes/ticket32887 b/changes/ticket32887
new file mode 100644 (file)
index 0000000..a7406bc
--- /dev/null
@@ -0,0 +1,4 @@
+  o Code simplification and refactoring:
+    - Remove underused NS*() macros from test code: they make our
+      tests more confusing, especially for code-formatting tools.
+      Closes ticket 32887.