From e6c7b2d23af254875c0ee2adb33161792087132a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 20 Sep 2022 21:49:59 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6c80a..1beba05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ * Rename request workers to swarm workers * 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 -* 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 * Quit whole program if any thread panics * Update dependencies