Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index c545d6bc7b32c4df0396096bebc54a5e0451dfe5..093fc2c50cccbbac0d9a3e4a164f82358742e945 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,19 @@ |
| +2013-11-21: Version 3.23.9 |
| + |
| + API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t |
| + instead of intptr_t. |
| + |
| + Remove deprecated v8::SetResourceConstraints without Isolate parameter. |
| + |
| + Remove deprecated v8-defaults.h and defaults.cc. |
| + (Chromium issue 312241) |
| + |
| + Make it possible to add more than one piece of embedder data to isolates. |
|
Jakob Kummerow
2013/11/21 09:43:24
nit: 80col
|
| + (Chromium issue 317398) |
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2013-11-20: Version 3.23.8 |
| Fixed crashes exposed though fuzzing. |