Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 7901bc4b1a99c4774db79668e9fd31b03311707b..3478d55e92ccce05c02f99b28521ec19f4868718 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,15 @@ |
| +2012-03-12: Version 3.9.17 |
| + |
| + Fixed VFP detection through compiler defines. |
| + (Chromium issue http://code.google.com/p/v8/issues/detail?id=1996) |
|
Jakob Kummerow
2012/03/12 08:12:31
Actually, its a V8 issue :-)
"(issue 1996)" would
|
| + (Patch by rodolph.perfetta@gmail.com) |
|
Jakob Kummerow
2012/03/12 08:12:31
Don't need the "patch by" line
|
| + |
| + Add Code-related fields to postmortem metadata. |
| + (vegorov@chromium.org) |
|
Jakob Kummerow
2012/03/12 08:12:31
Don't need this line either.
|
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2012-03-09: Version 3.9.16 |
| Added basic interface inference for modules (behind the --harmony flag). |