diff options
author | Araq <rumpf_a@web.de> | 2010-09-21 07:48:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-09-21 07:48:35 +0200 |
commit | 53cd61546dc798fc0f08baf0813f579a90d7e766 (patch) | |
tree | 528cdfef133223e75f8cdff82147e8247660aa54 /web | |
parent | ea2306b301262d4010724c6db0374f5fa866ea85 (diff) | |
download | Nim-53cd61546dc798fc0f08baf0813f579a90d7e766.tar.gz |
proper parameter order for os.copyFile/os.moveFile
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f6ca438e0..8036c9c16 100755 --- a/web/news.txt +++ b/web/news.txt @@ -24,6 +24,7 @@ Bugfixes Changes affecting backwards compatibility ----------------------------------------- +- Reversed parameter order for ``os.copyFile`` and ``os.moveFile``!!! - Procs not marked as ``procvar`` cannot only be passed to a procvar anymore, unless they are used in the same module. - Deprecated ``times.getStartMilsecs``: Use ``epochTime`` or ``cpuTime`` |