aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-17 12:27:20 -0400
committerJack Lloyd <[email protected]>2018-03-17 12:27:20 -0400
commit4b6b6912cc5c0381790a2232b5580e32689f28a2 (patch)
tree5db08350899081026fd2e70e9c78352269765070 /news.rst
parentb19cc5cd3cd650494ccc8073514d8ce48683650e (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 30ae55427..b663fbd60 100644
--- a/news.rst
+++ b/news.rst
@@ -70,6 +70,13 @@ Version 2.5.0, Not Yet Released
* Remove use of CPU specific optimization flags, instead the user should set
these via CXXFLAGS if desired. (GH #1392)
+* Resolve an issue that would cause a crash in the tests if they were run on
+ a machine without SSE2/NEON/VMX instructions. (GH #1495)
+
+* The Python module now tries to load DLLs from a list of names and
+ uses the first one which successfully loads and indicates it
+ supports the desired API level. (GH #1497)
+
* Various minor optimizations for SHA-3 (GH #1433 #1434)
* The output of ``botan --help`` has been improved (GH #1387)