Skip to content

Commit

Permalink
Merge pull request #131 from Esri/tmaurer3/update_changelog
Browse files Browse the repository at this point in the history
tmaurer3/update_changelog
  • Loading branch information
tmaurer3 authored Jul 2, 2020
2 parents f43600c + 40c7b9d commit b5dbce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Fixed

* Fixed a bug in Lerc2 decoder. If a compressed Lerc2 blob has more than 1 band, and the blob has a bit mask (not all pixels are valid), the decoder fails. [#129](https://github.com/Esri/lerc/pull/129)

* Fixed a bug in Lerc1 decoder. If a compressed Lerc1 blob has more than 1 band, and the last band has less than 16 bytes of data, then this last band could be skipped by the Lerc1 decoder. [#121](https://github.com/Esri/lerc/pull/121)


Expand Down

0 comments on commit b5dbce0

Please sign in to comment.