# Change log
## Release 0.4.1
* Added some regression tests
* Simplified type architecture (no surface changes)
## Release 0.4
* Fixed an issue from version 0.3.1 where some type instances were missing to write images to disk.
## Release 0.3.1
* Change underlying image type to carry image format around.
## Release 0.3
* Refactored the internal structure to allow for composition of compilers
## Release 0.1.1
* Exposed `resizeImageCompiler` and `scaleImageCompiler` to the base `Hakyll.Images` module
## Release 0.1.0
* added `resizeImageCompiler` to resize images to a specific shape;
* added `scaleImageCompiler` to scale images while keeping aspect ratio.
## Release 0.0.1
* Added compressJpgCompiler to compress JPEGs.