aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 3 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 374c840104..ce90e7ac8f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,9 @@ For a more comprehensive changelog of the latest experimental code, see:
- Added support for The Neverhood.
General:
- - Updated MT-32 emulation code to version 1.3.0.
- - Switched from our custom JPEG decoder to libjpeg-turbo, which is faster
- and can handle all kinds of exotic JPEG images :)
- - Switched from our custom PNG decoder to libpng, which is faster and can
- handle all kinds of exotic PNG images :)
+ - Updated Munt MT-32 emulation code to version 1.3.0.
+ - Switched from our custom JPEG and PNG decoders to libjpeg(-turbo) and
+ libpng, which are faster and can handle more images.
(NOTE: The change to libpng was done in version 1.6.0, but it was not
added to the NEWS file).