Skip to content

Commit 5ae3d65

Browse files
committed
Update 0.9.0-rc2 release notes
1 parent a8a4ba2 commit 5ae3d65

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrs"
3-
version = "0.9.0-rc1"
3+
version = "0.9.0-rc2"
44
authors = ["Roman Zeyde <me@romanzey.de>"]
55
description = "An efficient re-implementation of Electrum Server in Rust"
66
license = "MIT"

RELEASE-NOTES.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# 0.9.0 (TBD)
22

3-
* Prevent panic during logging of p2p messages (#490)
4-
* Don't collect process' Prometheus metrics by default (#492)
5-
* Support initial sync resume (#494)
6-
7-
# 0.9.0-rc1 (Sep 17 2021)
8-
93
**IMPORTANT: This release contains major changes, please read carefully!**
104

115
The two main things to watch out for:
@@ -17,6 +11,14 @@ See [upgrading](doc/usage.md#upgrading) section of our docs to learn more.
1711

1812
Full list of changes:
1913

14+
## 0.9.0-rc2 (Sep 23 2021)
15+
16+
* Prevent panic during logging of p2p messages (#490)
17+
* Don't collect process' Prometheus metrics by default (#492)
18+
* Support initial sync resume (#494)
19+
20+
## 0.9.0-rc1 (Sep 17 2021)
21+
2022
* Fix incorrect ordering of same-block transactions (#297)
2123
* Change DB index format and use Zstd compression (instead of Snappy)
2224
* The database will be reindexed automatically when it encounters old version (#477)

0 commit comments

Comments
 (0)