Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 80be24652e560e6e675cd5a274633fbb81e0b9c0..68b4a83d364e86e42fd879ebc7ce44648677f0e1 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,13 @@ |
+2013-02-28: Version 3.17.6 |
+ |
+ Fixed materialization of arguments objects with unknown values. |
+ (Chromium issue 163530) |
+ |
+ Set default number of sweeper threads to at most four. |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-02-27: Version 3.17.5 |
Made __proto__ a foreign callback on Object.prototype. |