From 44f377edaf616976d723f8483e26aefe47f62ba1 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 14 Jun 2023 19:10:24 +0800 Subject: [PATCH] imrpove changelog (#22096) Update changelog_2_0_0.md --- changelogs/changelog_2_0_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md index 76f1a2c92a..fa25728591 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