diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 0e0b6ce3d..d929ea0d9 100644 --- a/changelog.md +++ b/changelog.md @@ -27,7 +27,9 @@ It was an oversight to be included in v1.0. - `options` now treats `proc` like other pointer types, meaning `nil` proc variables 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 ### Breaking changes in the compiler |