diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 45736d9..a070098 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,8 +1,10 @@ # 0.9.4 (TBD) -* Update dependencies (`anyhow`, `serde_json`) +* Update dependencies (`anyhow`, `serde`, `serde_json`, `signal-hook`) * Improve p2p receiving metrics (#633) +* Warn on attempt to connect over SSL (#634) * Disable `index_lookup_limit` by default (#635) +* Parse p2p messages in a separate thread (#638) # 0.9.3 (Nov 20 2021)