aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKamil Zbróg2014-01-12 18:44:51 +0000
committerKamil Zbróg2014-01-12 18:44:51 +0000
commit444934a0accec982f55db92c17ef65270fe18e66 (patch)
treef62210b1ff15696accd87d97b68b03688a153156 /NEWS
parente94fabc37407a7d300af04493b0f5cbced42a092 (diff)
parent1a4f951f8bff52f6185304722f2ab9cf9bcd58f4 (diff)
downloadscummvm-rg350-444934a0accec982f55db92c17ef65270fe18e66.tar.gz
scummvm-rg350-444934a0accec982f55db92c17ef65270fe18e66.tar.bz2
scummvm-rg350-444934a0accec982f55db92c17ef65270fe18e66.zip
Merge remote-tracking branch 'sync/master' into prince-malik
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 273d5b5ebc..ce90e7ac8f 100644
--- a/NEWS
+++ b/NEWS
@@ -4,13 +4,12 @@ For a more comprehensive changelog of the latest experimental code, see:
1.7.0 (????-??-??)
New Games:
- Added support for Return to Ringworld.
+ - 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).