imrpove changelog (#22096)

Update changelog_2_0_0.md
This commit is contained in:
ringabout
2023-06-14 19:10:24 +08:00
committed by GitHub
parent 20dfdba2df
commit 44f377edaf

View File

@@ -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