Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index cb5d4f791735af6e66d05e6d3ed54295ad2809d0..4aa17c094468ac4713f003e7930c1220c8939528 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,16 @@ |
| +2012-08-29: Version 3.13.5 |
| + |
| + Release stack trace data after firing Error.stack accessor. |
| + (issue 2308) |
| + |
| + Add a new API V8::SetJitCodeEventHandler to push code name and location |
|
Jakob Kummerow
2012/08/29 15:27:35
Past tense please.
|
| + to users such as profilers. |
| + |
| + Allocate block-scoped global bindings to global context. |
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2012-08-28: Version 3.13.4 |
| Print reason for disabling optimization. Kill --trace-bailout flag. |