| Index: ChangeLog
|
| diff --git a/ChangeLog b/ChangeLog
|
| index 95e4b1ea1cda6962cacf4866a3cf6acf943b62f3..43a5f4f475df8ba833b06767dc87a35d37633981 100644
|
| --- a/ChangeLog
|
| +++ b/ChangeLog
|
| @@ -1,3 +1,28 @@
|
| +2012-03-19: Version 3.9.20
|
| +
|
| + Fix declarations escaping global strict eval. (Issue 1624)
|
| +
|
| + Fix wrapping of receiver for non-strict callbacks. (Issue 1973)
|
| +
|
| + Fix function declarations overwriting read-only global properties.
|
| + (Chromium issue 115452)
|
| +
|
| + Fix --use-strict flag in combination with --harmony[-scoping].
|
| +
|
| + Debugger: naive implementation of "step into Function.prototype.bind".
|
| +
|
| + Debugger: add ability to set script source from within OnBeforeCompile.
|
| +
|
| + Add flag to always call DebugBreak on abort.
|
| +
|
| + Re-enable constructor inlining and inline === comparison with boolean
|
| + constants. (Issue 2009)
|
| +
|
| + Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| 2012-03-14: Version 3.9.19
|
|
|
| Ensure there is a smi check of the receiver for global load and call
|
|
|