From 66b5aff63ebb1a404950ef03d72833e5cb71908c Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 10 Jun 2019 04:29:27 +0300 Subject: [PATCH] Releases: assert fix GH-2024 --- RELEASES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.rst b/RELEASES.rst index 8eb362413e..497bbed7b4 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -3456,7 +3456,8 @@ Planned backstop when call handling triggers a Proxy trap (GH-2032, GH-2108) * Fix several assertion failures with possible memory unsafe behavior - (GH-2025, GH-2026, GH-2031, GH-2033, GH-2035, GH-2036, GH-2065) + (GH-2024, GH-2025, GH-2026, GH-2031, GH-2033, GH-2035, GH-2036, GH-2065, + GH-2115) * Fix incorrect assertion with no underlying bug for resolving bound function chains with a Proxy object (rather than a plain function)