Skip to content

Commit

Permalink
Prepare release v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcass77 committed Aug 5, 2020
1 parent 53c3006 commit df7ce54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
This changelog is used to track all major changes to WTFIX.


## v0.15.2 (UNRELEASED)
## v0.15.2 (2020-08-05)

**Fixes**

- client_session: Don't wait for `writer` to close when shutting down in order to avoid hangs due to network errors.
- `client_session`: Don't wait for `writer` to close when shutting down in order to avoid hangs due to network errors.
- Use the recommended `asyncio.create_task` to create new Tasks, which is preferred to `asyncio.ensure_future`.
- Fix issue that caused the `client_session` listener task to hang during shutdown.


## v0.15.1 (2020-07-28)
Expand Down

0 comments on commit df7ce54

Please sign in to comment.