Changes file for 29732.

This commit is contained in:
Nick Mathewson 2019-03-18 12:50:35 -04:00 committed by David Goulet
parent 730dddc380
commit 48e1ab1720

5
changes/ticket29732 Normal file
View File

@ -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.