Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed Aug 23, 2024
1 parent 3ca45fd commit 0b35e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
* Fix coverage report by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/pathvalidate/pull/45
* Fix `sanitize_filename` truncation by [@7x11x13](https://github.com/7x11x13) in https://github.com/thombashi/pathvalidate/pull/48
* Fix validation functions of filepaths by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/pathvalidate/pull/55
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` or `platform="universal"` on Python 3.12 and below
* Add support for Python 3.13 by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/pathvalidate/pull/56
* Improve type annotations
* Add a build and publish workflow
* Fix validation functions of filepaths: [#39](https://github.com/thombashi/pathvalidate/issues/39)
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` on Python 3.12 and below
* Update copyright year to include the last update year: [#54](https://github.com/thombashi/pathvalidate/issues/54) (Thanks to [@Flimm](https://github.com/Flimm))
* Add CHANGELOG

Expand Down
5 changes: 2 additions & 3 deletions docs/pages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
* Fix coverage report by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/pathvalidate/pull/45
* Fix `sanitize_filename` truncation by [@7x11x13](https://github.com/7x11x13) in https://github.com/thombashi/pathvalidate/pull/48
* Fix validation functions of filepaths by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/pathvalidate/pull/55
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` or `platform="universal"` on Python 3.12 and below
* Add support for Python 3.13 by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/pathvalidate/pull/56
* Improve type annotations
* Add a build and publish workflow
* Fix validation functions of filepaths: [#39](https://github.com/thombashi/pathvalidate/issues/39)
- If `platform` argument is `windows` or `universal`, filepaths ending with a space or a period should be detected as an error
- Fix POSIX-style absolute paths were not detected as errors with `platform="windows"` on Python 3.12 and below
* Update copyright year to include the last update year: [#54](https://github.com/thombashi/pathvalidate/issues/54) (Thanks to [@Flimm](https://github.com/Flimm))
* Add CHANGELOG

Expand Down

0 comments on commit 0b35e71

Please sign in to comment.