From 53db4809b9bfeb8094251d225ddc7254839c5a9f Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 28 Jun 2017 13:30:06 +0100 Subject: [PATCH] Add changelog for 0.7 (so far) --- CHANGELOG.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0796c9b..87e9b16 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,13 @@ Changelog 0.7 (in development) ~~~~~~~~~~~~~~~~~~~~ +**New features** + * ReadOptions is now public (rschmukler) + * Implement Clone and AsRef for Error (daboross) + +**Internal cleanups** + * Fixed race condition in tests (debris) + 0.6.1 (2017-03-13) ~~~~~~~~~~~~~~~~~~