Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Oct 27, 2020
1 parent 2de90cf commit eaccd3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -59,4 +59,5 @@ target/

# IDEA IDE files
.idea/
*.iml
*.iml
.pytest_cache
9 changes: 7 additions & 2 deletions README.rst
Expand Up @@ -122,9 +122,14 @@ as desired. The return type also needs to be registered with the
History
~~~~~~~

0.6.0 (UNRELEASED)
0.6.0 (2020-10-27)
``````````````````

- `aiofiles` is now tested on ppc64le.
- Added `name` and `mode` properties to async file objects.
`#82 <https://github.com/Tinche/aiofiles/pull/82>`_
- Fixed a DeprecationWarning internally.
`#75 <https://github.com/Tinche/aiofiles/pull/75>`_
- Python 3.9 support and tests.

0.5.0 (2020-04-12)
``````````````````
Expand Down

0 comments on commit eaccd3e

Please sign in to comment.