diff options
author | Randy Smith <randydsmithhr@gmail.com> | 2018-11-19 02:22:21 -0600 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-19 09:22:21 +0100 |
commit | 6c7abe6e5b9ff46fdf024e471091799361fb387f (patch) | |
tree | 8b672db6d7cae282fea3219d1bb7ad2663e5f689 /changelogs | |
parent | 9b9f5dee0b4810718a587354aaf4f352bc5c24bb (diff) | |
download | Nim-6c7abe6e5b9ff46fdf024e471091799361fb387f.tar.gz |
Fixes #9671 (#9750)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_0_19_0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_0_19_0.md b/changelogs/changelog_0_19_0.md index 7464f50b6..18d3ca2b3 100644 --- a/changelogs/changelog_0_19_0.md +++ b/changelogs/changelog_0_19_0.md @@ -223,7 +223,7 @@ into the namespace "Nim" in order to avoid naming conflicts with existing C++ code. This is done for all Nim code - internal and exported. -- Added ``macros.getProjectPath`` and ``ospaths.putEnv`` procs to Nim's virtual +- Added ``macros.getProjectPath`` and ``os.putEnv`` procs to Nim's virtual machine. - The ``deadCodeElim`` option is now always turned on and the switch has no |