Update CHANGELOG.md
authorAntonin Descampe <antonin@descampe.net>
Tue, 3 Oct 2017 20:48:09 +0000 (17:48 -0300)
committerGitHub <noreply@github.com>
Tue, 3 Oct 2017 20:48:09 +0000 (17:48 -0300)
CHANGELOG.md

index 3a084f88b6bae6cac19719d0418d4dfe36110bd9..5e471c5dd159b0c433fb80831d0715015b85ebf5 100644 (file)
@@ -5,9 +5,9 @@
 
 **Implemented enhancements:**
 
-- Subtile decoding: only decode precincts and codeblocks that intersect the window specified in opj_set_decode_area() [\#990](https://github.com/uclouvain/openjpeg/pull/990) ([rouault](https://github.com/rouault))
-- Subtile decoding: only apply IDWT on areas that participate to the window of interest [\#1001](https://github.com/uclouvain/openjpeg/pull/1001) ([rouault](https://github.com/rouault))
-- Subtile decoding: memory use reduction and perf improvements [\#1010](https://github.com/uclouvain/openjpeg/pull/1010) ([rouault](https://github.com/rouault))
+- Sub-tile decoding: only decode precincts and codeblocks that intersect the window specified in opj_set_decode_area() [\#990](https://github.com/uclouvain/openjpeg/pull/990) ([rouault](https://github.com/rouault))
+- Sub-tile decoding: only apply IDWT on areas that participate to the window of interest [\#1001](https://github.com/uclouvain/openjpeg/pull/1001) ([rouault](https://github.com/rouault))
+- Sub-tile decoding: memory use reduction and perf improvements [\#1010](https://github.com/uclouvain/openjpeg/pull/1010) ([rouault](https://github.com/rouault))
 - Add capability to decode only a subset of all components of an image. [\#1022](https://github.com/uclouvain/openjpeg/pull/1022) ([rouault](https://github.com/rouault))
 
 **Fixed bugs:**