瀏覽代碼

Changes file for 29732.

Nick Mathewson 6 年之前
父節點
當前提交
48e1ab1720
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      changes/ticket29732

+ 5 - 0
changes/ticket29732

@@ -0,0 +1,5 @@
+  o Minor features (testing):
+    - Tor's unit test code now contains a standard set of functions to
+      replace the PRNG with a deterministic or reproducible version for
+      testing. Previously, various tests implemented this in various ways.
+      Implements ticket 29732.