We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faee96 commit 90a82dfCopy full SHA for 90a82df
CHANGELOG.md
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
- [BasicLocaliser.set_variants][tanjun.dependencies.BasicLocaliser.set_variants]
15
now tries to normalise the locale keys of variants passed as keyword arguments
16
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.
23
24
## [2.16.1] - 2023-08-09
25
### Added
0 commit comments