summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-09-22 15:07:15 +0100
committerSteve Block <steveblock@google.com>2010-09-29 18:15:43 +0100
commit59151504615d929945dc59db37bf1166937748c6 (patch)
tree2199adfe73b4618f685bae891d2d54f2cd997f77 /ChangeLog
parent9ac36c9faca11611ada13b4054edbaa0738661d0 (diff)
downloadandroid_external_v8-59151504615d929945dc59db37bf1166937748c6.tar.gz
android_external_v8-59151504615d929945dc59db37bf1166937748c6.tar.bz2
android_external_v8-59151504615d929945dc59db37bf1166937748c6.zip
Update V8 to r5447 as required by WebKit r67908
Change-Id: I5af6ccf18523cb7e28460e6bbc044444256cdb97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95a36406..d867c6a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-13: Version 2.4.3
+
+ Made Date.parse properly handle TZ offsets (issue 857).
+
+ Performance improvements on all platforms.
+
+
2010-09-08: Version 2.4.2
Fixed GC crash bug.