Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index efdcfdf4c6b88b2f360ca7011c983d1fdf89dd11..c2cbfdaff4b7e6fb9108938a53e945d422a8b7fc 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,18 @@ |
+2014-01-31: Version 3.24.28 |
+ |
+ Don't crash in Array.join() if the resulting string exceeds the max |
+ string length (Chromium issue 336820). |
+ |
+ Implements ES6 String.prototype.normalize method (issue 2943). |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
+2014-01-30: Version 3.24.27 |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2014-01-29: Version 3.24.26 |
ES6: Map and Set needs to normalize minus zero (issue 3069). |