Skip to content

Commit

Permalink
Docs: credit the contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jun 20, 2024
1 parent 2f1f3a3 commit 1d91a5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased] (1.3.0)
### Added
- `IPath::IsPrefixOf` to check path prefixes.

Thanks to @babaruh.
- `IPath::StartsWith` to check if the current path starts with a specified path.

Thanks to @babaruh.
- [#38: Introduce `AbsolutePath::CurrentWorkingDirectory`](https://github.com/ForNeVeR/TruePath/issues/38).

Thanks to @babaruh.

### Changed
- [#17: `AbsolutePath::Parent` should not re-check the path's absoluteness](https://github.com/ForNeVeR/TruePath/issues/17) (a performance optimization).

Thanks to @ronimizy.

## [1.2.1] - 2024-05-25
### Fixed
- [#60: `PathStrings.Normalize("../../foo")` is broken](https://github.com/ForNeVeR/TruePath/issues/60).
Expand Down

0 comments on commit 1d91a5d

Please sign in to comment.