diff --git a/CHANGELOG.md b/CHANGELOG.md index bd2cd49f..0fbd1ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This project (loosely) adheres to [Semantic Versioning](https://semver.org/spec/ ## Version 1.3.6 - +### Fixed: +* `ub.import_module_from_path` now correctly accepts `PathLike` objects. + ## Version 1.3.5 - Released 2024-03-20 ### Added: @@ -13,9 +16,6 @@ This project (loosely) adheres to [Semantic Versioning](https://semver.org/spec/ specify string codes like "u+x" or "+rw". Old stat logic works as it previously did. -### Fixed: -* `ub.import_module_from_path` now correctly accepts `PathLike` objects. - ### Changed: * Allow the argument to `ubelt.cmd` to be a `PathLike` object, which we will