aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-04 06:43:09 -0500
committerJack Lloyd <[email protected]>2018-01-04 06:43:09 -0500
commit8c1340482d9c069de93b762da27588f785af51f8 (patch)
treed1d3f979b10a5de2983db0b6d36eeca9bc663313 /news.rst
parent9947307d42a1c141f72a09b8708c0ccb71733afb (diff)
The note for #1369 ended up in 2.3.0 block [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index 6d07e2aa5..95b16f932 100644
--- a/news.rst
+++ b/news.rst
@@ -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)