From 00f35001d46c98d446b99d3092e5700db1c834e0 Mon Sep 17 00:00:00 2001 From: Nick Sutterer Date: Tue, 8 Oct 2024 17:11:52 +0200 Subject: [PATCH] really releasing 0.16.3. :tea: --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index eb9a44a..a678d62 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # 0.16.3 -* Fix a bug in Ruby 3: `NoMethodError: undefined method `[]' for nil`. Thanks @tiagotex for finding the problem - and solution. +* Fix a bug in Ruby 3.2: `NoMethodError: undefined method `[]' for nil`. Thanks @tiagotex for finding the problem + and solution. This bug only occurs when compacting the memory using GC, which is only introduced with Ruby 3.2. # 0.16.2