aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index d1dbb29ed0..39885e7831 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,3 +1,30 @@
+2013-05-22: Version 3.19.3
+
+ Performance and stability improvements on all platforms.
+
+
+2013-05-17: Version 3.19.2
+
+ Fill in one-word-fillers for the unused property fields
+ (Chromium issue 240056).
+
+ Removed use_system_v8 logic from the mainline gyp file
+ (Chromium issue 226860).
+
+ Skip CPU profiler samples where top function's stack frame is not
+ set up properly (issue 2628).
+
+ Performance and stability improvements on all platforms.
+
+
+2013-05-14: Version 3.19.1
+
+ Fixed missing hole check for loads from Smi arrays when all uses are
+ changes (Chromium issue 233737)
+
+ Performance and stability improvements on all platforms.
+
+
2013-05-10: Version 3.19.0
Deprecated Context::New which returns Persistent.