Browse Source

Update release notes

tmp/parse_blk
Roman Zeyde 6 years ago
parent
commit
3b8993db8a
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 12
      RELEASE-NOTES.md

12
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 * Build with LTO
* Allow building with latest Rust (via feature flag)
* Use iterators instead of returning vectors (@Kixunil)
* Use atomics instead of `Mutex<u64>` (@Kixunil)
* Better handling invalid blocks (@azuchi)
# 0.6.2 (17 May 2019)
* Support Rust 1.32 (for Debian)
# 0.6.1 (9 May 2019) # 0.6.1 (9 May 2019)

Loading…
Cancel
Save