summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index e05d039949..7d00fb70f6 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,22 @@
+2013-07-26: Version 3.20.9
+
+ Check that ExternalString objects get aligned resources.
+
+ Fixed JSArray-specific length lookup in polymorphic array handling
+ (Chromium issues 263276, 263905).
+
+ Performance and stability improvements on all platforms.
+
+
+2013-07-24: Version 3.20.8
+
+ Deprecated v8::V8::Pause/ResumeProfiler.
+
+ Fixed Chromium issues 247688, 258519 and 260203.
+
+ Performance and stability improvements on all platforms.
+
+
2013-07-22: Version 3.20.7
Deprecated some debugger methods.