Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index f17a8a80cd5e4b27f2a35908686f95059f657d8c..fd13932f6c80a8159620c2790b5e7e2cef172f08 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+2011-05-25: Version 3.3.10 |
+ |
+ Fixed calls of strict mode function with an implicit receiver on ia32. |
Mads Ager (chromium)
2011/05/25 07:33:33
This was on all platforms. My mistake I messed up
|
+ |
+ Fixed fast handling of arrays to properly deal with changes to the |
+ Object prototype (issue 1403). |
+ |
+ Changed strict mode poison pill to be the same type error function |
+ (issue 1387). |
+ |
+ Fixed a debug crash in arguments object handling (issue 1227). |
+ |
+ Fixed a bug in deoptimization on x64 (issue 1404). |
+ |
+ Performance improvements and bug fixes on all platforms. |
+ |
+ |
2011-05-23: Version 3.3.9 |
Added DateTimeFormat class to experimental i18n API. |