diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
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 |