summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLeon Clarke <leonclarke@google.com>2010-07-15 11:15:24 +0100
committerLeon Clarke <leonclarke@google.com>2010-07-15 11:15:24 +0100
commitac95265630a4e0c317a7a7201d17a57df7d9bcce (patch)
treeb9401c696a2f221a0a5ebf1bafb08c6947048d8d /ChangeLog
parent8defd9ff6930b4e24729971a61cf7469daf119be (diff)
downloadandroid_external_v8-ac95265630a4e0c317a7a7201d17a57df7d9bcce.tar.gz
android_external_v8-ac95265630a4e0c317a7a7201d17a57df7d9bcce.tar.bz2
android_external_v8-ac95265630a4e0c317a7a7201d17a57df7d9bcce.zip
Update V8 to r5033 as required by WebKit r63173
Change-Id: I2459fd97bdc9ce9f71abc23ae7ececc691dfa2db
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c29c7176..602ad804 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2010-07-07: Version 2.2.23
+
+ API change: Convert Unicode code points outside the basic multilingual
+ plane to the replacement character. Previous behavior was to silently
+ truncate the value to 16 bits.
+
+ Fixed crash: handle all flat string types in regexp replace.
+
+ Prevent invalid pre-parsing data passed in through the API from
+ crashing V8.
+
+ Performance improvements on all platforms.
+
2010-07-05: Version 2.2.22
Added ES5 Object.isExtensible and Object.preventExtensions.