Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 5e776172d077dd4f5b1bc5d31a1aacf51d8666de..e8567c7b89b09564c836c4c1552ba5c1d2f3c862 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,15 @@ |
+2013-12-23: Version 3.24.7 |
+ |
+ Fix small spec violation in String.prototype.split (issue 3026). |
+ |
+ Correctly resolve forcibly context allocated parameters in debug- |
+ evaluate (Chromium issue 325676). |
+ |
+ Introduce Function::GetBoundFunction. |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-12-20: Version 3.24.6 |
Performance and stability improvements on all platforms. |