From fcde33dc3e42d475dcad1d8cbb9ab6ee16969e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Sat, 16 Nov 2013 11:58:14 +0100 Subject: [PATCH] [NEWS] Add entry about making the REPL+VM safer. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 2c114f7b..45d21236 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ * Improve REPL to recognize Simulator at any scale and orientation. The only unsupported variant at this time is a Simulator window with scroll bars. * Fix REPL<->Simulator coordinate translation when run on a Retina Mac. + * Fixed undefined behaviour in REPL such as local variables not being stored. * Improved dispatching of shortcut methods (ex foo= is shortcut of setFoo:). 20 times faster. * Improved the performance where Fixnum and Float are returned. 20% faster.