diff options
author | Joey Payne <jyapayne@gmail.com> | 2016-06-20 17:22:19 -0600 |
---|---|---|
committer | Joey Payne <jyapayne@gmail.com> | 2016-06-20 17:22:19 -0600 |
commit | ebc40ececc2e7353ee2604fc798b9be17249e78e (patch) | |
tree | a671ebf6a8460a5669f49beb6604099aa42fedb2 | |
parent | 33146a74c1b6b3c7da26158c510c1f5a59664698 (diff) | |
download | Nim-ebc40ececc2e7353ee2604fc798b9be17249e78e.tar.gz |
Update news with new walkPattern proc
-rw-r--r-- | web/news/version_0_15_released.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/news/version_0_15_released.rst b/web/news/version_0_15_released.rst index 76d78ce71..ecda59fcd 100644 --- a/web/news/version_0_15_released.rst +++ b/web/news/version_0_15_released.rst @@ -30,6 +30,11 @@ Library Additions operations. Currently contains ``partition``, ``rpartition`` and ``expandTabs``. +- Split out ``walkFiles`` in ``os.nim`` to three separate procs in order + to make a clear distinction of functionality. ``walkPattern`` iterates + over both files and directories, while ``walkFiles`` now only iterates + over files and ``walkDirs`` only iterates over directories. + Compiler Additions ------------------ |