Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 2946) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,18 @@ |
+2009-09-22: Version 1.3.12 |
+ |
+ Changed behavior of |function|.toString() to be compatible with |
+ other implementations. Patch by Jan de Mooij. |
Søren Thygesen Gjesse
2009/09/22 08:35:45
Maybe mention that this only changes toString on b
|
+ |
+ Added Object::IsDirty in the API. |
+ |
+ Optimized array construction; it is now handled purely in native |
+ code. |
+ |
+ [ES5] Made properties of the arguments array enumerable. |
+ |
+ [ES5] Added test suite adapter for the es5conform test suite. |
+ |
+ |
2009-09-15: Version 1.3.11 |
Fixed crash in error reporting during bootstrapping. |