diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index 3d1b11ca..10c349e9 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -207,6 +207,10 @@ API Gets the current working directory. + .. versionchanged:: 1.1.0 + + On Unix the path no longer ends in a slash. + .. c:function:: int uv_chdir(const char* dir) Changes the current working directory. |