| Index: ChangeLog
|
| diff --git a/ChangeLog b/ChangeLog
|
| index 7a498ba180d270b8b08fbbb1ba5f9632db579566..27ff5d973f406317b2b232067cbe2f36f29954ab 100644
|
| --- a/ChangeLog
|
| +++ b/ChangeLog
|
| @@ -1,3 +1,30 @@
|
| +2013-09-12: Version 3.21.14
|
| +
|
| + Added access check for observed objects.
|
| + (V8 issue 2778)
|
| +
|
| + Cleaned up v8::ArrayBuffer::Allocator interface.
|
| + (V8 issue 2823)
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +2013-09-11: Version 3.21.13
|
| +
|
| + Added a ResourceConstraint for the embedder to specify that V8 is
|
| + running on a memory constrained device.
|
| + (Chromium issue 280984)
|
| +
|
| + Removed HandleScope default ctor.
|
| + (Chromium issue 236173)
|
| +
|
| + Enabled escape analysis for Hydrogen.
|
| +
|
| + Correctly stringified mixed encoding indirect strings.
|
| + (Chromium issue 287476)
|
| +
|
| + Performance and stability improvements on all platforms.
|
| +
|
| +
|
| 2013-09-09: Version 3.21.12
|
|
|
| Fixed bitwise negation on x64.
|
|
|