Skip to content

Commit

Permalink
Release v3.8.4 (#7207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 12, 2023
1 parent 28854a4 commit 33953f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@

.. towncrier release notes start
3.8.4 (2023-02-12)
==================

Bugfixes
--------

- Fixed incorrectly overwriting cookies with the same name and domain, but different path.
`#6638 <https://github.com/aio-libs/aiohttp/issues/6638>`_
- Fixed ``ConnectionResetError`` not being raised after client disconnection in SSL environments.
`#7180 <https://github.com/aio-libs/aiohttp/issues/7180>`_


----


3.8.3 (2022-09-21)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/6638.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7180.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.8.3.post0.dev0"
__version__ = "3.8.4"

from typing import Tuple

Expand Down

0 comments on commit 33953f1

Please sign in to comment.