summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorKenta Murata <mrkn@mrkn.jp>2020-12-21 22:16:02 +0900
committerKenta Murata <mrkn@mrkn.jp>2020-12-21 22:16:02 +0900
commit8c0c61728fd08bd7c3c29612de8b3486d75339dc (patch)
treee38ba97c524ab8d574a23127815beb0deea8924e /NEWS.md
parent14d7d1df25bbefadfc385042d541b4afc31e4c1b (diff)
NEWS: JSON is Ractor compatible [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 447788b932..0a6b8d87c4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -405,6 +405,8 @@ Outstanding ones only.
* Update to JSON 2.4.0
+ * Ractor compatible.
+
* Socket
* Add :connect_timeout to TCPSocket.new [[Feature #17187]]