diff --git a/README.rst b/README.rst index be1d1a1..289b891 100644 --- a/README.rst +++ b/README.rst @@ -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`` @@ -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 `_ +* Added ``aiofiles.os.readlink``. + `#125 `_ +* Added ``aiofiles.os.symlink``. + `#124 `_ +* Added ``aiofiles.os.unlink``. + `#123 `_ +* Added ``aiofiles.os.link``. + `#121 `_ +* Added ``aiofiles.os.renames``. + `#120 `_ + 0.8.0 (2021-11-27) `````````````````` * aiofiles is now tested on Python 3.10.