Update CHANGELOG

This commit is contained in:
Joakim Frostegård 2023-02-25 23:00:54 +01:00
parent 1afe45c6f6
commit 66ce936a12

View file

@ -17,8 +17,8 @@
* Use [Rust 1.64 workspace inheritance](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html) * Use [Rust 1.64 workspace inheritance](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
* Reduce space taken by ValidUntil struct from 128 to 32 bits, reducing memory * Reduce space taken by ValidUntil struct from 128 to 32 bits, reducing memory
consumption for each stored peer by same amount consumption for each stored peer by same amount
* Use regular (non-amortized) IndexMap for peer and pending scrape response * Use regular indexmap instead of amortized-indexmap. This goes for torrent,
maps (but not for torrent maps) peer and pending scrape response maps
* Improve privilege dropping * Improve privilege dropping
* Quit whole program if any thread panics * Quit whole program if any thread panics
* Update dependencies * Update dependencies