Changelog: Add missing entries

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
This commit is contained in:
Jussi Kukkonen 2025-02-16 11:15:12 +02:00
parent 265e772dba
commit 98fcd7160c

View file

@ -1,5 +1,21 @@
# Changelog
## Unreleased
### Changed
This release is API compatible but contains a major internal change in the HTTP handling.
* ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762,
#2773, #2789)
* This removes dependencies on `requests`, `idna`, `charset-normalizer` and `certifi`
* The deprecated RequestsFetcher implementation is available but requires selecting
the fetcher at Updater initialization and explicitly depending on requests
* ngclient: TLS certificate source was changed. Certificates now come from operating
system certificate store instead of `certifi` (#2762)
* Test infrastucture has improved and should now be more usable externally, e.g. in
distro test suites (#2749)
## v5.1.0
### Changed