diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 25e5758a9a..70ad8b26f9 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -9,6 +9,7 @@ Breaking changes: - api: replace the ``drainConnections()`` method with a broader ``resetConnectivityState()``. (:issue:`#2225 <2225>`). - api: disallow setting 'host' header directly (:issue:`#2275 <2275>`) - android: respect Android's NetworkSecurityPolicy isCleartextTrafficPermitted APIs. +- android: add experimental option to force all connections to use IPv6 (:issue: `#2379 <2379>`) - net: enable happy eyeballs by default (:issue:`#2272 <2272>`) - iOS: remove support for installing via CocoaPods, which had not worked since 2020 (:issue:`#2215 <2215>`) - iOS: enable usage of ``NWPathMonitor`` by default (:issue:`#2329 <2329>`)