From 1a83e6016761ae4ac0b902d802cce4d02c15c8df Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 7 Nov 2019 09:27:28 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0793ef9e34dd..a029c1de3375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Bug fixes: * Default `close_others` in `Process.exec` to false like Ruby 2.6 (#1798, @XrXr). * Don't clone methods when setting method to the same visibility (#1794, @XrXr). * BigDecimal() deal with large rationals precisely (#1797, @XrXr). +* Make it possible to call `instance_exec` with `rb_block_call` (#1802, @XrXr). Compatibility: