File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1010
1111.. towncrier release notes start
1212
13+ 3.8.4 (2023-02-12)
14+ ==================
15+
16+ Bugfixes
17+ --------
18+
19+ - Fixed incorrectly overwriting cookies with the same name and domain, but different path.
20+ `#6638 <https://github.com/aio-libs/aiohttp/issues/6638 >`_
21+ - Fixed ``ConnectionResetError `` not being raised after client disconnection in SSL environments.
22+ `#7180 <https://github.com/aio-libs/aiohttp/issues/7180 >`_
23+
24+
25+ ----
26+
27+
13283.8.3 (2022-09-21)
1429==================
1530
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- __version__ = "3.8.3.post0.dev0 "
1+ __version__ = "3.8.4 "
22
33from typing import Tuple
44
You can’t perform that action at this time.
0 commit comments