Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 68b4a83d364e86e42fd879ebc7ce44648677f0e1..4bcf89e527cd65f626c44d8c6c2ad4a61e9882fd 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2013-03-04: Version 3.17.7 |
+ |
+ Limited recursion in regexp compilation by a budget. |
+ (Chromium issue 178790) |
+ |
+ ES6 symbols: Implemented Symbol intrinsic and basic functionality |
+ (issue 2158) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2013-02-28: Version 3.17.6 |
Fixed materialization of arguments objects with unknown values. |