Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 8088) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,18 @@ |
+2011-05-30: Version 3.4.0 |
+ |
+ Changed calls to undefined property setters to not throw (issue 1355). |
+ |
+ Made RegExp objects not callable. |
+ |
+ Made calls to JS builtins pass undefined when called with implicit |
Mads Ager (chromium)
2011/05/30 06:30:29
This was reverted. I will put it back in this week
|
+ receiver. |
+ |
+ Fixed issues on special case large JSON strings in new json parser |
+ (issues http://crbug.com/83877 and http://crbug.com/84186). |
+ |
+ Performance improvements on all platforms. |
+ |
+ |
2011-05-25: Version 3.3.10 |
Fixed calls of strict mode function with an implicit receiver. |