Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 3cfb884e7a580bf705afb3d816578a8c363c8feb..c040813f4736525cad9e8e41ffdc4d3799153885 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,16 @@ |
+2013-04-24: Version 3.18.3 |
+ |
+ Exposed the GC under a name that is less collision prone than window.gc. |
+ (issue 2641) |
+ |
+ Do not emit double values at their use sites. (Chromium issue 234101) |
+ |
+ Added methods to allow resuming execution after calling |
+ TerminateExecution(). (issue 2361) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-04-22: Version 3.18.2 |
OS::MemMove/OS::MemCopy: Don't call through to generated code when size |