mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-31 02:43:41 +00:00
proper parameter order for os.copyFile/os.moveFile
This commit is contained in:
@@ -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``
|
||||
|
||||
Reference in New Issue
Block a user