ChangeLog: Mention jpeg_crop_scanline() function
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 7d1372c..4062c69 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -8,8 +8,9 @@
3-4x and decompression by about 2-2.5x (relative to libjpeg v6b) through the
use of AltiVec instructions.
-[2] Added a new libjpeg API function (jpeg_skip_scanlines()) that can be used
-to partially decode a JPEG image. See libjpeg.txt for more details.
+[2] Added two new libjpeg API functions (jpeg_skip_scanlines() and
+jpeg_crop_scanline()) that can be used to partially decode a JPEG image. See
+libjpeg.txt for more details.
[3] The TJCompressor and TJDecompressor classes in the TurboJPEG Java API now
implement the Closeable interface, so those classes can be used with a