From 8c0c61728fd08bd7c3c29612de8b3486d75339dc Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Mon, 21 Dec 2020 22:16:02 +0900 Subject: [PATCH] NEWS: JSON is Ractor compatible [ci skip] --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) 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]]