Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpy-git authored and Tinche committed Jan 8, 2022
1 parent 26fd2b3 commit 00bf93d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 102,21 @@ several useful ``os`` functions that deal with files:
* ``stat``
* ``sendfile``
* ``rename``
* ``renames``
* ``replace``
* ``remove``
* ``unlink``
* ``mkdir``
* ``makedirs``
* ``rmdir``
* ``removedirs``
* ``link``
* ``symlink``
* ``readlink``
* ``path.exists``
* ``path.isfile``
* ``path.isdir``
* ``path.islink``
* ``path.getsize``
* ``path.getatime``
* ``path.getctime``
Expand Down Expand Up @@ -165,6 171,21 @@ as desired. The return type also needs to be registered with the
History
~~~~~~~
0.9.0 (TBC)
``````````````````
* Added ``aiofiles.os.path.islink``.
`#126 <https://github.com/Tinche/aiofiles/pull/126>`_
* Added ``aiofiles.os.readlink``.
`#125 <https://github.com/Tinche/aiofiles/pull/125>`_
* Added ``aiofiles.os.symlink``.
`#124 <https://github.com/Tinche/aiofiles/pull/124>`_
* Added ``aiofiles.os.unlink``.
`#123 <https://github.com/Tinche/aiofiles/pull/123>`_
* Added ``aiofiles.os.link``.
`#121 <https://github.com/Tinche/aiofiles/pull/121>`_
* Added ``aiofiles.os.renames``.
`#120 <https://github.com/Tinche/aiofiles/pull/120>`_

0.8.0 (2021-11-27)
``````````````````
* aiofiles is now tested on Python 3.10.
Expand Down

0 comments on commit 00bf93d

Please sign in to comment.