summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-03-19 02:23:05 -0700
committerGitHub <noreply@github.com>2020-03-19 10:23:05 +0100
commita17e87b516a075a04e3d27c55b9314090abf5bae (patch)
treef3bf8ab5ea7fc3ddfe3f50c0e31d00b3ef535446 /changelog.md
parentba6e7c636574b5c7add118daa7df6e4331f23fe1 (diff)
downloadNim-a17e87b516a075a04e3d27c55b9314090abf5bae.tar.gz
fix #11458 oswalkdir (#13689)
* fix #11458 oswalkdir

* changelog
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 655da5feb..127579644 100644
--- a/changelog.md
+++ b/changelog.md
@@ -135,6 +135,7 @@ echo f
 - `parseutils.parseUntil` has now a different behaviour if the `until` parameter is
   empty. This was required for intuitive behaviour of the strscans module
   (see bug #13605).
+- `std/oswalkdir` was buggy, it's now deprecated and reuses `std/os` procs
 
 
 ## Language additions