[NEWS] Add entry about making the REPL+VM safer.

This commit is contained in:
Eloy Durán
2013-11-16 11:58:14 +01:00
parent 3a8c0f7404
commit fcde33dc3e

1
NEWS
View File

@@ -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.