From: Kar Petrosyan Date: Tue, 10 Jun 2025 19:13:35 +0000 (+0400) Subject: changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fadd-socket-options-to-client;p=thirdparty%2Fhttpx.git changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0f81f9..727b848e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Development + +* Add `socket_options` to `Client` and `AsyncClient` classes. (#3587) + ## 0.28.1 (6th December, 2024) * Fix SSL case where `verify=False` together with client side certificates.