Some tidying up

This commit is contained in:
Nathan Fiedler
2017-10-08 17:10:56 -07:00
parent 88dcb28e40
commit c2e519f19f
3 changed files with 17 additions and 18 deletions

View File

@ -5,10 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Changed
- gentoo90: Build now supports Windows
## [0.7.0] - 2017-08-26
### Changed
- Upgrade bindgen to 0.29
- Change to MagickWand 7.0; this introduces backward incompatible changes
- little-bobby-tables: Change to MagickWand 7.0;
this introduces backward incompatible changes...
- `get_quantum` and `set_quantum` now take `Quantum` instead of `u16`
- `resize_image` no longer takes a `blur_factor` argument
- `InterpolatePixelMethod` was renamed `PixelInterpolateMethod`