From 7ef732cd905e9653819cfe72c523707f9aa882d2 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Thu, 20 Nov 2025 06:31:40 +0900 Subject: [PATCH] Add a note about chilled string support to 3.1.8 release note Fix GH-179 Reported by alpaca-tc. Thanks!!! --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 71c3573..193fcec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,9 @@ * Improved documents * Patch by Burdette Lamar + * Improved chilled string support + * GH-128 + ### Fixes * Fixed SEGV in `StringIO#seek` with `SEEK_END` on `StringIO.new(nil)`