Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index b973a62886091e1b57ec7d9a5cf04eab35c915be..52f1c184651a44e66c68af7af22b2eed2a9cdc55 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,26 @@ |
+2013-06-18: Version 3.19.18 |
+ |
+ Fixed read-only attribute of Function.length in strict mode. |
+ (issue 2705) |
+ |
+ Fix Runtime_SetProperty to properly handle OOM failures |
Jakob Kummerow
2013/06/18 11:33:02
nit: we prefer the past tense in ChangeLog entries
|
+ (Chromium issue 249873) |
+ |
+ Emit deprecated check for constant function transitions. |
+ (Chromium issue 250609) |
+ |
+ Make MathFloorOfDiv optimization trigger more often |
+ (Issue 2205) |
+ |
+ Reland "Make more GCs in idle notification handler." |
+ (Chromium issue 241815) |
+ |
+ Increase default type info threshold. |
+ (Issue 2730) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-06-14: Version 3.19.16 |
Performance and stability improvements on all platforms. |