Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 781f0caeb412aefd415e35f3d4788ed4d0cd22ee..4ee681a49a83324af7ae4e86ec6aa5964c3a3eb0 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,17 @@ |
| +2011-04-18: Version 3.3.0 |
| + |
| + Fixed bug in floating point rounding in Crankshaft on ARM |
| + (issue 958) |
| + |
| + Fix a number of issues with running without VFPv3 support on ARM |
|
fschneider
2011/04/18 12:29:40
Fix => Fixed
|
| + (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). |