Chromium Code Reviews| Index: ChangeLog |
| =================================================================== |
| --- ChangeLog (revision 2677) |
| +++ ChangeLog (working copy) |
| @@ -1,3 +1,15 @@ |
| +2009-08-13: Version 1.3.4 |
| + |
| + Added a readline() command to the d8 shell. |
| + |
| + Fixed bug in json parsing. |
| + |
| + Added idle notification to the API and reduced memory on idle |
| + notifications. |
| + |
| + Implemented more arithmetic operation optimizations on x64. |
|
Christian Plesner Hansen
2009/08/13 12:19:01
I wouldn't mention this.
|
| + |
| + |
| 2009-08-12: Version 1.3.3 |
| Fix issue 417: incorrect %t placeholder expansion. |