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-12-16 22:18:15 +02:00
parent cb1f0c2a44
commit fca8f3dbf2

View File

@ -1,8 +1,10 @@
# 0.9.4 (TBD) # 0.9.4 (TBD)
* Update dependencies (`anyhow`, `serde_json`) * Update dependencies (`anyhow`, `serde`, `serde_json`, `signal-hook`)
* Improve p2p receiving metrics (#633) * Improve p2p receiving metrics (#633)
* Warn on attempt to connect over SSL (#634)
* Disable `index_lookup_limit` by default (#635) * Disable `index_lookup_limit` by default (#635)
* Parse p2p messages in a separate thread (#638)
# 0.9.3 (Nov 20 2021) # 0.9.3 (Nov 20 2021)