1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Update release notes

This commit is contained in:
Roman Zeyde 2021-11-08 16:12:31 +02:00
parent cbdca8c266
commit 64bc7e1583
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Monitor RocksDB statistics via Prometheus (#605)
* Don't warn when queried with unsubscribed scripthashes (#609)
* Allow skipping merkle proofs' during subscription (#610)
* Remove `verbose` configuration (#615)
# 0.9.2 (Oct 31 2021)

View File

@ -1,3 +1,9 @@
### Important changes from versions older than 0.9.3
* If you use `verbose` (or `-v` argument), switch to `log_filters` (or `RUST_LOG` environment variable).
Please note that it allows to set per-module filters, but module naming is considered unstable.
### Important changes from versions older than 0.9.0
In 0.9.0 we have changed the RocksDB index format to optimize electrs performance.