Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index c545d6bc7b32c4df0396096bebc54a5e0451dfe5..42ee8405ec83820dcff6e408845de00bc46607c2 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,20 @@ |
+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. |
+ (Chromium issue 317398) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-11-20: Version 3.23.8 |
Fixed crashes exposed though fuzzing. |