Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index b19fda2ea5cd91643ba0c6fdcf831b02783dcfe7..b0ab892073e9fc4104e9ae7b8b68cc28e095a68a 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,27 +1,3 @@ |
-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. |
- (issue 2776,v8:2777) |
- |
- Performance and stability improvements on all platforms. |
- |
- |
2013-08-01: Version 3.20.12 |
Removed buggy ToNumber truncation (partial fix for issue 2813) |