Update CHANGELOG

This commit is contained in:
Joakim Frostegård 2022-09-20 21:49:59 +02:00
parent 84f91b2a55
commit e6c7b2d23a

View file

@ -15,9 +15,9 @@
* Rename request workers to swarm workers * Rename request workers to swarm workers
* Switch to thin LTO * Switch to thin LTO
* Use proper workspace path declarations, remove workspace patch section * Use proper workspace path declarations and remove workspace patch section
* Reduce space taken by ValidUntil struct from 128 to 32 bits * Reduce space taken by ValidUntil struct from 128 to 32 bits
* Use regular (non-amortized) IndexMap for peer and pending scrape response maps * Use regular (non-amortized) IndexMap for peer and pending scrape response maps (but not for torrent 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