summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-10 16:27:43 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-10 16:27:43 +0200
commitf69be329f0d78f19e71ac9e75d6e4ee816e13c97 (patch)
tree022e53d1aff74dbe50f3984c154461bf6c19efb0 /deps/v8/ChangeLog
parent39aa894035f9e3b58e04ce1a2b598e496e1f6bd6 (diff)
downloadandroid-node-v8-f69be329f0d78f19e71ac9e75d6e4ee816e13c97.tar.gz
android-node-v8-f69be329f0d78f19e71ac9e75d6e4ee816e13c97.tar.bz2
android-node-v8-f69be329f0d78f19e71ac9e75d6e4ee816e13c97.zip
v8: upgrade v8 to 3.20.14.1
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index 567afd290c..b19fda2ea5 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,44 @@
+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)
+
+ Calling Map etc without new should throw TypeError (issue 2819)
+
+ Fixed a crash for large code objects on ARM (Chromium issue 2736)
+
+ Fixed stale unhandlified value in JSObject::SetPropertyForResult.
+ (Chromium issue 265894)
+
+ Added new Harmony methods to String.prototype object.
+ (issue 2796,v8:2797,v8:2798,v8:2799)
+
+ Performance and stability improvements on all platforms.
+
+
2013-07-30: Version 3.20.11
Performance and stability improvements on all platforms.