Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index e8567c7b89b09564c836c4c1552ba5c1d2f3c862..327aebba387532442b73bab2111736e6754bc877 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,16 @@ |
+2013-12-30: Version 3.24.8 |
+ |
+ ARM: fix loading of global object in LWrapReceiver (Chromium issue |
+ 318420). |
+ |
+ Fix a race between concurrent recompilation and OSR (Chromium issue |
+ 330046). |
+ |
+ Turn off concurrent sweeping (issue 3071). |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-12-23: Version 3.24.7 |
Fix small spec violation in String.prototype.split (issue 3026). |