update Changelog for 2.1.2
diff --git a/ChangeLog b/ChangeLog
index 8e462f4..d6999e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 This file details the changelog of Capstone.
 
 ---------------------------------
-Version 2.1.2:
+Version 2.1.2: April 3rd, 2014
 
 This is a stable release to fix some bugs deep in the core. There is no update
 to any architectures or bindings, so bindings version 2.1 can be used with this
@@ -9,8 +9,8 @@
 
 [ Core changes]
 
-- X86: do not print memory offset in negative form. Also do not use negative
- form for immediate numbers.
+- Support cross-compilation for all iDevices (iPhone/iPad/iPod).
+- X86: do not print memory offset in negative form.
 - Fix a bug in X86 when Capstone cannot handle short instruction.
 - Print negative number above -9 without prefix 0x (arm64, mips, arm).
 - Correct the SONAME setup for library versioning (Linux, *BSD, Solaris).