| Index: ChangeLog
|
| diff --git a/ChangeLog b/ChangeLog
|
| index 76c42ee1fccf0fec3dac035a8c8f9a49dbb9cb3f..23110518ad64612b69fb305dcfb94907f6360d72 100644
|
| --- a/ChangeLog
|
| +++ b/ChangeLog
|
| @@ -1,3 +1,60 @@
|
| +2014-01-14: Version 3.24.15
|
| +
|
| + Introduce an API mirroring the gc extension.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-01-10: Version 3.24.14
|
| +
|
| + ES6: Add Object.getOwnPropertySymbols (issue 3049).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-01-09: Version 3.24.13
|
| +
|
| + Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue
|
| + 324225).
|
| +
|
| + Removed v8::AssertNoGCScope.
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-01-08: Version 3.24.12
|
| +
|
| + Correctly handle instances without elements in polymorphic keyed
|
| + load/store (Chromium issue 331416).
|
| +
|
| + Fix selection of popular pages in store buffer (Chromium issue 331444).
|
| +
|
| + Prepare removal of ObjectTemplate::New without Isolate parameter
|
| + (Chromium issue 324225).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-01-07: Version 3.24.11
|
| +
|
| + Remove generated makefiles on linux when running gyp_v8
|
| + (Chromium issue 331475)
|
| +
|
| + Fix building d8 with readline support due to API changes
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| +2014-01-03: Version 3.24.10
|
| +
|
| + Reland r18383: More API cleanup (Chromium issue 324225).
|
| +
|
| + MIPS: Fix loading of global object in LWrapReceiver (Chromium issue
|
| + 318420).
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| 2014-01-02: Version 3.24.9
|
|
|
| Performance and stability improvements on all platforms.
|
|
|