aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2021-04-15 05:12:58 -0400
committerJack Lloyd <[email protected]>2021-04-15 05:12:58 -0400
commit3ca8a833004e5bd77f35718705b569e9d0a59490 (patch)
tree6649e3e9d74a6969ae4c22b25e7a8f88f38eb92e
parent8db6a21e0d8f6ea9fb50999ad39316b364261f6c (diff)
Update news
-rw-r--r--news.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 06ba26e1f..8229e501f 100644
--- a/news.rst
+++ b/news.rst
@@ -15,6 +15,10 @@ Version 2.18.0, Not Yet Released
* Reject non-TLS messages as quickly as possible without waiting for
a full record. (GH #2676)
+* Add build support for RISC-V 32
+
+* Fixes for TLS::Stream::async_shutdown (GH #2673)
+
* Fix a regression introduced in 2.17.0 where LDFLAGS which add an extra
library (such as ``-latomic`` needed on SPARC) were not always applied
effectively. (GH #2622 #2623 #2625)