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.

git-svn-id: http://v8.googlecode.com/svn/trunk@13282 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/ChangeLog b/ChangeLog
index 2233608..91724a6 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.