Skip to content

Commit 98fcd71

Browse files
committed
Changelog: Add missing entries
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 265e772 commit 98fcd71

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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

521
### Changed

0 commit comments

Comments
 (0)