Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 9dd6f88f297e99939c652c1c80192125279f512f..37a6dd7268d61e5202a14ccd6ec77b8d7bb1ed76 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,23 @@ |
| +2011-09-07: Version 3.6.1 |
| + |
| + Fixed a bug in abrupt exit from with or catch inside finally. |
| + |
| + Fixed possible crash in FixedDoubleArray::Initialize() (Chromium |
| + issue 95113). |
| + |
| + Fixed map space explosion from changing the arguments and caller |
| + properties on native functions. |
|
Lasse Reichstein
2011/09/07 12:34:10
Explosion is too big a word. I'd drop this line. I
|
| + |
| + Fixed size increase of snapshot introduced by builtin function |
| + prototypes. |
|
Lasse Reichstein
2011/09/07 12:34:10
Ditto for this one.
|
| + |
| + Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425). |
| + |
| + Fixed a few clang warnings (which -Werror treated as errors). |
| + |
| + Performance improvements on all platforms. |
| + |
| + |
| 2011-09-05: Version 3.6.0 |
| Fixed a bug when optimizing named function expression (issue 1647). |