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:
parent
cbdca8c266
commit
64bc7e1583
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user