Chromium Code Reviews| Index: ChangeLog |
| =================================================================== |
| --- ChangeLog (revision 10237) |
| +++ ChangeLog (working copy) |
| @@ -1,10 +1,12 @@ |
| -2011-12-8: Version 3.8.0 |
| +2011-12-13: Version 3.8.0 |
| Fixed handling of arrays in DefineOwnProperty. (issue 1756) |
| Sync parser and preparser on do-while and return statements. |
| (issue 1856) |
| + Fixed another corner case for DefineOwnProperty on arrays (issue 1756). |
| + |
| Stability and performance improvements on all platforms. |