Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 2faa0b1110893d4876a50639a0a8c722002f39dd..2b29bde95d0d3d89716247dec43de3d6dcbac5eb 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,14 +1,22 @@ |
+2010-05-03: Version 2.2.7 |
+ |
+ Added support for ES5 date time string format to Date.parse. |
+ |
+ Performance improvements in the x64 backend. |
+ |
+ |
2010-04-28: Version 2.2.6 |
- Add "amd64" as recognized architecture in scons build script |
+ Added "amd64" as recognized architecture in scons build script |
(by Ryan Dahl <coldredlemur@gmail.com>). |
- Fix bug in String search and replace with very simple RegExps. |
+ Fixed bug in String search and replace with very simple RegExps. |
- Fix bug in RegExp containing "\b^". |
+ Fixed bug in RegExp containing "\b^". |
Performance improvements on all platforms. |
+ |
2010-04-26: Version 2.2.5 |
Various performance improvements (especially for ARM and x64) |