ChangeLog.md: 1.5.x doesn't contain tjLoadImage()
diff --git a/ChangeLog.md b/ChangeLog.md
index 7594626..9e4a72e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -107,11 +107,10 @@
 method to compress a YUV image.
 
 19. Fixed an issue (CVE-2020-13790) in the PPM reader that caused a buffer
-overrun in cjpeg, TJBench, or the `tjLoadImage()` function if one of the values
-in a binary PPM/PGM input file exceeded the maximum value defined in the file's
-header and that maximum value was less than 255.  libjpeg-turbo 1.5.0 already
-included a similar fix for binary PPM/PGM files with maximum values greater
-than 255.
+overrun in cjpeg or TJBench if one of the values in a binary PPM/PGM input file
+exceeded the maximum value defined in the file's header and that maximum value
+was less than 255.  libjpeg-turbo 1.5.0 already included a similar fix for
+binary PPM/PGM files with maximum values greater than 255.
 
 20. Fixed or worked around multiple issues with `jpeg_skip_scanlines()`: