Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 0e6d6d9319fe654d0cd25743dfa10cfc7bb83529..0d0384652f10148cfea7a811517ae99b6ae38996 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,13 @@ |
| +2012-11-23: Version 3.15.5 |
| + |
| + Fixed JSON.stringify for objects with interceptor handlers. |
| + (Chromium issue 161028) |
| + |
| + Fixed corner case in x64 compare stubs. (issue 2416) |
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2012-11-16: Version 3.15.4 |
| Fixed Array.prototype.join evaluation order. (issue 2263) |