Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 8e31d5267d5600d2f49d53928c20e80ddc465ed7..741990ff29e80a4e4b261bf68ab561e00f435d32 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,14 @@ |
| +2012-07-30: Version 3.12.18 |
| + |
| + Forced using bit-pattern for signed zero double. (issue 2239) |
| + |
| + Made sure double to int conversion is correct. (issue 2260) |
| + |
| + Rewrote Makefile rules for Android to allow parallel execution (issue 2257) |
|
Jakob Kummerow
2012/07/30 12:57:01
nit: long line. Just remove this entry, it's not r
ulan
2012/07/30 12:59:52
Done.
|
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2012-07-27: Version 3.12.17 |
| Always set the callee's context when calling a function from optimized |