diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 5041f4d7e..1943df634 100644 --- a/changelog.md +++ b/changelog.md @@ -29,7 +29,8 @@ are converted to `None`. - `relativePath("foo", "foo")` is now `"."`, not `""`, as `""` means invalid path and shouldn't be conflated with `"."`; use -d:nimOldRelativePathBehavior to restore the old - behavioe + behavior +- `joinPath(a,b)` now honors trailing slashes in `b` (or `a` if `b` = "") ### Breaking changes in the compiler |