From e7fcfb88fe1a5004a585c8afdf5157fd52424220 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 1 Jan 2019 14:23:14 -0500 Subject: [PATCH] Update the changelog for 1.0.1 --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b4047..25a40df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ -# Version 0.7.0 (2018-11-18) +# Version 1.0.1 (2019-01-01) + +- Use the system allocator and remove libc dependency + +# Version 1.0.0 (2018-12-15) + +- Now working on Stable because of the Rust 1.31 release (and `const fn`) +- Documentation added + +# Version 0.7.0 (2018-12-03) - Fix conditional compilation flags never stripping QADAPT code # Version 0.6.0 (2018-11-17) -- Fixed exit early bugs when closures contained `return` statements \ No newline at end of file +- Fixed exit early bugs when closures contained `return` statements