Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index b973a62886091e1b57ec7d9a5cf04eab35c915be..f6a688e2d23f7e041674fae4058ee92b13a33abe 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) |
+ |
+ Fixed Runtime_SetProperty to properly handle OOM failures |
+ (Chromium issue 249873) |
+ |
+ Emit deprecated check for constant function transitions. |
+ (Chromium issue 250609) |
+ |
+ Made MathFloorOfDiv optimization trigger more often |
+ (Issue 2205) |
+ |
+ Make more GCs in idle notification handler. |
+ (Chromium issue 241815) |
+ |
+ Increased 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. |