Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index fb236c6e8dbe47a155c85fec943033fff4e7d220..e090a9dccae935795d80dd3b769a6f243ad12c43 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,17 @@ |
| +2011-09-15: Version 3.6.4 |
| + |
| + Fixed d8's broken readline history. |
| + |
| + Removed the need for code delete events in CPU profiler (Issue 1466). |
| + |
| + Debugger: Fixed stepping next with trycatch recursion (Issue 1639). |
|
Rico
2011/09/15 07:19:41
Fixed debugger step next with.. ?
|
| + |
| + Fixing parallel execution in d8 (with -p) and some memory leaks. |
| + |
| + Support for precise stepping in functions compiled before debugging was |
| + started (step 1). |
| + |
| + |
| 2011-09-13: Version 3.6.3 |
| Implemented better support of typed arrays in the d8 shell. |