diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changelog_2_0_0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 76f1a2c92..fa2572859 100644 --- a/changelogs/changelog_2_0_0.md +++ b/changelogs/changelog_2_0_0.md @@ -260,7 +260,7 @@ - `strutils.split` and `strutils.rsplit` now forbid an empty separator. -- Relative imports will not resolve to stdlib anymore, e.g. `import ./tables` now reports an error properly. +- Relative imports will not resolve to searched paths anymore, e.g. `import ./tables` now reports an error properly. ## Standard library additions and changes |