Document the existence of the new ARM64 SIMD code


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1362 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 70a1730..30c3b5c 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -92,6 +92,11 @@
 performance features in libjpeg-turbo, as well as arithmetic coding and the
 TurboJPEG API.  The resulting library behaves no differently than libjpeg v6b.
 
+[14] Added ARM 64-bit SIMD acceleration for the YCC-to-RGB color conversion
+and IDCT algorithms (both are used during JPEG decompression.)  For unknown
+reasons (probably related to clang), this code cannot currently be compiled for
+iOS.
+
 
 1.3.1
 =====