Skip to content

Commit 90a82df

Browse files
Add changelog entries
1 parent 5faee96 commit 90a82df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- [BasicLocaliser.set_variants][tanjun.dependencies.BasicLocaliser.set_variants]
1515
now tries to normalise the locale keys of variants passed as keyword arguments
1616
to match the [hikari.Locale][hikari.locales.Locale] values.
17+
- The hot-reloader no-longer keeps a module's old components loaded after
18+
a top-level error (e.g. syntax error) is raised while re-importing the module.
19+
20+
### Fixed
21+
- Module unloaders will now be called with the correct old module's state
22+
in-scope when being targeted as python module paths by the hot reloader.
1723

1824
## [2.16.1] - 2023-08-09
1925
### Added

0 commit comments

Comments
 (0)