diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 28afb2e..b3c3988 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,7 +1,15 @@ -# 0.6.2 (TBD) +# 0.7.0 (13 June 2019) -* Support Rust 1.32 (for Debian) +* Support Bitcoin Core 0.18 * Build with LTO +* Allow building with latest Rust (via feature flag) +* Use iterators instead of returning vectors (@Kixunil) +* Use atomics instead of `Mutex` (@Kixunil) +* Better handling invalid blocks (@azuchi) + +# 0.6.2 (17 May 2019) + +* Support Rust 1.32 (for Debian) # 0.6.1 (9 May 2019)