aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index f276ee706..16ebc2710 100644
--- a/news.rst
+++ b/news.rst
@@ -12,6 +12,8 @@ Version 2.8.0, Not Yet Released
* Add XChaCha and XChaCha20Poly1305 (GH #1640)
+* Support for building with BOTAN_MP_WORD_BITS set to 8 or 16 has been removed.
+
* Previously SM2 had two distinct key types, one for signatures and another for
encryption. They have now been merged into a single key type since in practice
it seems the same key is at times used for both operations. (GH #1637)