From faa56c1934f477c77decef692a2798332897ff1f Mon Sep 17 00:00:00 2001 From: Leo White Date: Wed, 3 Jun 2020 14:50:43 +0100 Subject: [PATCH] Add Changes entry --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index 06db3cf8a..81b4a9ed5 100644 --- a/Changes +++ b/Changes @@ -127,6 +127,9 @@ Working version ### Bug fixes: +- #9469: Better backtraces for lazy values + (Leo White, review by Nicolás Ojeda Bär) + - #9521, #9522: correctly fail when comparing functions with Closure and Infix tags. (Gabriel Scherer and Jeremy Yallop and Xavier Leroy,