Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 9bc8efd79df098fbbd1232d0a34caa087a5aee10..3367a9a182f2eb87c49c60fd66ddf4120afe87d7 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,22 @@ |
+2013-03-15: Version 3.17.11 |
+ |
+ Added a version of the v8::HandleScope constructor with an v8::Isolate |
+ parameter and made AdjustAmountOfExternalAllocatedMemory an instance |
+ method of v8::Isolate. |
+ (issue 2487) |
+ |
+ Allow inlining of functions containing array/function literals. |
Jakob Kummerow
2013/03/15 12:35:45
I don't think we need to mention this
|
+ (issue 1322) |
+ |
+ Fixed two register allocator bugs (off-by-one error/failure |
+ propagation). (issue 2576) |
+ |
+ Fixed huge heap snapshot when a heavily shared context has many |
+ variables. (Chromium issue 145687) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-03-13: Version 3.17.10 |
Fixed heap snapshot creation for Harmony collections. (issue 2535) |