diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-10-11 11:43:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 20:43:01 +0200 |
commit | 3eac9b2344bda64b1f74e0475ce8a3b5afa63271 (patch) | |
tree | 415763fdbf3b92b88bdb474e7fc525c9e9fd610b /changelog.md | |
parent | 992952d86844805231bcc8a92063c122f721658d (diff) | |
download | Nim-3eac9b2344bda64b1f74e0475ce8a3b5afa63271.tar.gz |
os: add overload copyFile*(source, dest: string, isDir = false) (#15537)
* os: add overload copyFile*(source, dest: string, isDir = false) * renamed to copyFileToDir
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 6b4d4cf2b..07533c2d2 100644 --- a/changelog.md +++ b/changelog.md @@ -209,6 +209,7 @@ - Added `progressInterval` argument to `asyncftpclient.newAsyncFtpClient` to control the interval at which progress callbacks are called. +- Added `os.copyFileToDir` ## Language changes |