| Index: ChangeLog
|
| diff --git a/ChangeLog b/ChangeLog
|
| index 306027e823312a5459c14fdcce83e7aa91661c7c..95405da9e8db8324cbf3a0af5ef695449839a092 100644
|
| --- a/ChangeLog
|
| +++ b/ChangeLog
|
| @@ -1,3 +1,68 @@
|
| +2013-12-09: Version 3.24.0
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-04: Version 3.23.18
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-03: Version 3.23.17
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-12-02: Version 3.23.16
|
| +
|
| + Array builtins need to be prevented from changing frozen objects, and
|
| + changing structure on sealed objects (Chromium issue 299979).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-11-29: Version 3.23.15
|
| +
|
| + Fix context register allocation in LTransitionElementsKind
|
| + (Chromium issue 324306).
|
| +
|
| + Fix bug in inlining Function.apply (Chromium issue 323942).
|
| +
|
| + Ensure that length is Smi in TypedArrayFromArrayLike constructor
|
| + (Chromium issue 324028).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-11-28: Version 3.23.14
|
| +
|
| + Shorten autogenerated error message (issue 3019).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-11-27: Version 3.23.13
|
| +
|
| + Increase precision for base conversion for large integers (issue 3025).
|
| +
|
| + Flatten cons string for single character substrings (Chromium issue
|
| + 323041).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-11-26: Version 3.23.12
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2013-11-25: Version 3.23.11
|
| +
|
| + Deprecate old versions of Isolate::SetData and GetData.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| 2013-11-22: Version 3.23.10
|
|
|
| Remove preemption thread and API.
|
|
|