Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 2cf261aad040b5b8c23fe46a95fc095218c5e424..4c87fafb976d16c1dc81d54ef6836ecba4973983 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2012-07-18: Version 3.12.14 |
+ |
+ Deactivated optimization of packed arrays. |
+ (Chromium issue http://code.google.com/p/chromium/issues/detail?id=137768) |
danno
2012/07/18 11:19:35
Just include the issue number, make sure fits in 8
|
+ |
+ Fixed broken accessor transition. |
+ (Chromium issue 137689) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-07-17: Version 3.12.13 |
Fixed missing tagging of stack value in finally block. |