aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-06-13 19:13:29 +0100
committerSteve Block <steveblock@google.com>2011-06-13 19:47:33 +0100
commit053d10c438f14580aaf4ab1b2aad93a5a4fe8b82 (patch)
tree252c105b821e8370a0cc06c168f909e9817a3ebb /ChangeLog
parent442c3c4c26c4d864ad9a4948f856e706e77c3cd2 (diff)
downloadv8-053d10c438f14580aaf4ab1b2aad93a5a4fe8b82.tar.gz
Merge V8 at branches/3.2 r8200: Initial merge by Git
Change-Id: I5c434306e98132997e9c5f6024b6ce200b255edf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 0 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index cf9c96cf..781f0cae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,3 @@
-2011-04-18: Version 3.3.0
-
- Fixed bug in floating point rounding in Crankshaft on ARM
- (issue 958)
-
- Fixed a number of issues with running without VFPv3 support on ARM
- (issue 1315)
-
- Introduced v8Locale.Collator, a partial implementation of Collator
- per last ECMAScript meeting + mailing list.
-
- Minor performance improvements and bug fixes.
-
-
2011-04-13: Version 3.2.10
Fixed bug in external float arrays on ARM (issue 1323).