From a3a02fc6d9ea11efdb1bf5bd3bb82d9b9c8d1c0a Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Wed, 3 Aug 2016 20:39:26 -0700 Subject: [PATCH] Add changes from recent merge requests --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be2b99..be37b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.5.3] - +### Changed +- gadomski: add `set_option()` method to wand API. +- gadomski: add `write_images_blob()` to create animated GIFs. + ## [0.5.2] - 2016-07-17 ### Changed - Streamline error handling in `build.rs` script.