bmp 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Codec/BMP.hs +3/−3
- bmp.cabal +1/−1
Codec/BMP.hs view
@@ -24,10 +24,10 @@ -- > ... -- -- Release Notes:-+-- -- > * bmp 1.2.0--- Accept files with zero padding on the end.--- Accept RGBA files with V3 headers.+-- > Accept files with zero padding on the end of the file.+-- > Accept RGBA files with V3 headers. -- -- > * bmp 1.1.2 -- > Accept files with the image size field set to zero.
bmp.cabal view
@@ -1,5 +1,5 @@ Name: bmp-Version: 1.2.0.1+Version: 1.2.0.2 License: MIT License-file: LICENSE Author: Ben Lippmeier