Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 34e42515e34ecafe67c1c822d32e999b2b09b56a..b19fda2ea5cd91643ba0c6fdcf831b02783dcfe7 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,19 @@ |
+2013-08-07: Version 3.20.14 |
+ |
+ Exposed eternal handle api. |
+ |
+ Bugfix to solve issues with enabling V8 typed arrays in Blink. |
+ |
+ Fixed Array index dehoisting. (Chromium issue 264203) |
+ |
+ Updated Array Iterator to use numeric indexes (issue 2818) |
+ |
+ Return start/end profiling time in microseconds instead of milliseconds |
+ (issue 2824) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-08-06: Version 3.20.14 |
Added new Harmony methods to Array.prototype object. |