Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index a8c6186e4764da616e494c5fed0d997bfd1904b1..8b58faa1832a18811e5818683b27cc4262a4f4c1 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,18 @@ |
| +2010-06-30: Version 2.2.21 |
| + |
| + Fix bug in externalizing some ASCII strings (Chromium issue 47824). |
| + |
| + Update JSON.stringify to floor the space parameter (issue 753). |
| + |
| + Update the Mozilla test expectations to the newest version. |
|
Søren Thygesen Gjesse
2010/06/30 08:52:54
Maybe mention the revision in their repository.
Lasse Reichstein
2010/06/30 08:56:01
It's in the mozilla.status file.
|
| + |
| + Update the ES5 Conformance Test expectations to the latest version. |
|
Søren Thygesen Gjesse
2010/06/30 08:52:54
Ditto.
Lasse Reichstein
2010/06/30 08:56:01
and in the es5conform/README file.
|
| + |
| + Update the V8 benchmark suite. |
| + |
| + Provide actual breakpoints locations in response to setBreakpoint |
| + and listBreakpoints requests. |
| + |
| 2010-06-28: Version 2.2.20 |
| Fix bug with for-in on x64 platform (issue 748). |