diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-06-14 19:10:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 13:10:24 +0200 |
commit | 44f377edaf616976d723f8483e26aefe47f62ba1 (patch) | |
tree | f4b03e1a1a71a7a2ee862f83a6161e88ebd23398 /changelogs | |
parent | 20dfdba2df7c0d4f65c90561ebf75c2084bbd64f (diff) | |
download | Nim-44f377edaf616976d723f8483e26aefe47f62ba1.tar.gz |
imrpove changelog (#22096)
Update changelog_2_0_0.md
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 |