Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 14, 2024
1 parent 9797771 commit faef97b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ 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:
* New wrapper around `pathlib.Path.chmod` in `ubelt.Path.chmod`. Can now
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
Expand Down

0 comments on commit faef97b

Please sign in to comment.