aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org>2014-10-17 11:41:30 +0000
committermachenbach@chromium.org <machenbach@chromium.org>2014-10-17 11:41:30 +0000
commit990186b035529d93d4f629ca566a2fa9e5f6fa54 (patch)
tree9ecf717c8a8be821d447582b993ba2be32d91dc2 /ChangeLog
parent86da2033a81f5e51ea57028027be6eac208b9dfb (diff)
downloadv8-990186b035529d93d4f629ca566a2fa9e5f6fa54.tar.gz
Version 3.30.12 (based on bleeding_edge revision r24670)
Implement .forEach() on typed arrays (issue 3578). Introduce v8::Exception::GetStackTrace API method. Remove SmartMove, bringing Array methods further into spec compliance (issue 2615). Convert argument toObject() in Object.getOwnPropertyNames/Descriptors (issue 3443). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@24692 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 022a92b9d..c88faf1d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2014-10-17: Version 3.30.12
+
+ Implement .forEach() on typed arrays (issue 3578).
+
+ Introduce v8::Exception::GetStackTrace API method.
+
+ Remove SmartMove, bringing Array methods further into spec compliance
+ (issue 2615).
+
+ Convert argument toObject() in Object.getOwnPropertyNames/Descriptors
+ (issue 3443).
+
+ Performance and stability improvements on all platforms.
+
+
2014-10-15: Version 3.30.11
Array.prototype.{every, filter, find, findIndex, forEach, map, some}: