Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 36d1d4dfff8a883ac94fe5aefd584ab551a5bfec..7759b08db4a4d3b743cbf1f2cc6224627fc53d3d 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,11 @@ |
+2013-12-02: Version 3.23.16 |
+ |
+ Array builtins need to be prevented from changing frozen objects, and |
+ changing structure on sealed objects (Chromium issue 299979). |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-11-29: Version 3.23.15 |
Fix context register allocation in LTransitionElementsKind |