Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index f8e95334a1954dc650d1b9fee6ea3ea170a33204..6bd8d7872f53c2d0ebc53c8ef0a598c0e96e299c 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,15 @@ |
+2012-07-10: Version 3.12.10 |
+ |
+ Re-enabled and fixed issue with array bounds check elimination |
+ (Chromium issue 132114). |
+ |
+ Fixed Debug::Break crash. (Chromium issue 131642) |
+ |
+ Added optimizing compiler support for JavaScript getters. |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-07-06: Version 3.12.9 |
Correctly advance the scanner when scanning unicode regexp flag. |