Skip to content

Commit 1d91a5d

Browse files
committed
Docs: credit the contributors
1 parent 2f1f3a3 commit 1d91a5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
## [Unreleased] (1.3.0)
1414
### Added
1515
- `IPath::IsPrefixOf` to check path prefixes.
16+
17+
Thanks to @babaruh.
1618
- `IPath::StartsWith` to check if the current path starts with a specified path.
19+
20+
Thanks to @babaruh.
1721
- [#38: Introduce `AbsolutePath::CurrentWorkingDirectory`](https://github.com/ForNeVeR/TruePath/issues/38).
1822

23+
Thanks to @babaruh.
24+
1925
### Changed
2026
- [#17: `AbsolutePath::Parent` should not re-check the path's absoluteness](https://github.com/ForNeVeR/TruePath/issues/17) (a performance optimization).
2127

28+
Thanks to @ronimizy.
29+
2230
## [1.2.1] - 2024-05-25
2331
### Fixed
2432
- [#60: `PathStrings.Normalize("../../foo")` is broken](https://github.com/ForNeVeR/TruePath/issues/60).

0 commit comments

Comments
 (0)