diff options
author | Jack Lloyd <[email protected]> | 2018-01-04 06:43:09 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-04 06:43:09 -0500 |
commit | 8c1340482d9c069de93b762da27588f785af51f8 (patch) | |
tree | d1d3f979b10a5de2983db0b6d36eeca9bc663313 /news.rst | |
parent | 9947307d42a1c141f72a09b8708c0ccb71733afb (diff) |
The note for #1369 ended up in 2.3.0 block [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -202,6 +202,9 @@ Version 2.4.0, Not Yet Released The timestamp can be set by passing it to the ``Gzip_Compression`` constructor. +* Resolve a performance regression on Windows involving the system stats + entropy source. (GH #1369) + * Add an OID for RIPEMD-160 * Fixes for CMake build (GH #1251) @@ -401,9 +404,6 @@ Version 2.3.0, 2017-10-02 * Add more tests for the const-time utils (GH #1214) -* Resolve a performance regression on Windows involving the system stats - entropy source. (GH #1369) - * Fix a bug in FFI tests that caused the test files not to be found when using ``--data-dir`` option (GH #1149) |