Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 223360879141d8f1f6145ef6df1c2d445ea28d3b..91724a61101bdaa92b270666141cb9af919f4248 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,14 @@ |
+2012-12-27: Version 3.16.1 |
+ |
+ Fixed x64 MathMinMax for negative untagged int32 arguments. |
+ (Chromium issue 164442) |
+ |
+ Fixed FloatingPointHelper::CheckSSE2OperandIsInt32. |
+ (issue 2458) |
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-12-21: Version 3.16.0 |
V8_Fatal now prints C++ stack trace in debug mode. |