From 50d10a32852092d07d38795f30e995caff7accea Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Tue, 20 Sep 2016 20:11:49 -0700 Subject: [PATCH] Add notes for 0.6.0 release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd19a6e..d99e28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.5.3] - +## [0.6.0] - 2016-09-20 ### Changed - Update to 0.19.0 version of rust-bindgen; rebuilds are much faster. +- Hacked bindings for FreeBSD systems due to rust-bindgen bug #385. - gadomski: add `set_option()` method to wand API. - gadomski: add `write_images_blob()` to create animated GIFs.