From edbb50cba23d01ff1a41562827cc9aae8843f4bd Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 25 Oct 2021 13:51:21 +0300 Subject: [PATCH] Update release notes --- RELEASE-NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index cbb31ca40..dedc1d46f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,11 @@ +# 0.9.2 (TBD) + +* Add a feature to ignore default config files (#396) +* Support Rust 1.48.0 and test on Debian 11 (#455) +* Ignore `cargo audit` warning in `tiny_http` (#575) +* Re-organize and split documentation (#583) +* Use `/electrs:$VERSION/` in p2p 'user-agent' (#585) + # 0.9.1 (Oct 19 2021) * Initialize chain height metric (#515)