Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 1589) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,32 @@ |
+2009-03-24: Version 1.1.2 |
+ |
+ Improved frame merge code generated by the code generator. |
+ |
+ Optimized String.prototype.replace. |
+ |
+ Implemented __defineGetter__ and __defineSetter__ for properties |
+ with integer keys on non-array objects. |
+ |
+ Improved debugger and profiler support. |
+ |
+ Fixed a number of portability issues to allow compilation for |
+ smaller ARM devices. |
+ |
+ Exposed object cloning through the API. |
+ |
+ Implemented hidden properties. This is used to expose an identity |
+ hash for objects through the API. |
+ |
+ Implemented restarting of regular expressions if their input |
+ string changes representation during preemption. |
+ |
+ Optimized the creation of nested object and array literals. |
+ |
+ Fixed a code generator bug that could cause assignments in loops |
+ to be ignored if using continue to break out of the loop (issue |
+ 284). |
+ |
+ |
2009-03-12: Version 1.1.1 |
Fixed an assertion in the new compiler to take stack overflow |