Browse Source

add changes file for 11507

Nick Mathewson 10 years ago
parent
commit
1e9053974b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      changes/11507

+ 7 - 0
changes/11507

@@ -0,0 +1,7 @@
+  o Testing support:
+    - New macros in test.h to simplify writting mock-functions for unit
+      tests. Part of ticket 11507. Patch from Dana Koch.
+
+  o Testing:
+    - Complete tests for the status.c module. Resolves ticket 11507.
+      Patch from Dana Koch.