aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 3624280e5..c3304302b 100644
--- a/news.rst
+++ b/news.rst
@@ -35,6 +35,9 @@ Version 2.3.0, Not Yet Released
* Workaround a GCC 7 bug that caused miscompilation of the GOST-34.11 hash
function on x86-32. (GH #882 #1148)
+* Fix a bug in SIMD_4x32 which affected little-endian PowerPC processors.
+ This would cause test failures for Serpent, among other problems.
+
* Fix Altivec runtime detection, which was broken starting in Botan 2.1.0
* Silence a Clang warning in create_private_key (GH #1150)