Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indianmodassir authored Nov 8, 2024
1 parent 17ac99d commit a7c6a07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Notes
## [Unreleased](https://github.com/lazervel/path/compare/v8.2.1...v9.0.0)
## [Unreleased](https://github.com/lazervel/path/compare/v8.2.2...v9.0.0)

## [9.0.0](https://github.com/lazervel/path/compare/v8.2.1...v9.0.0) - 08 November 2024
## [9.0.0](https://github.com/lazervel/path/compare/v8.2.2...v9.0.0) - 08 November 2024
- [BC BREAK] Since v8.x, Due to significant updates in the library, all previous configurations may no longer work as expected. Users will need to reconfigure their settings to align with the new structure and behavior introduced in this update.
- Review the updated documentation for `Path` to understand the new behavior.
- Ensure that any calls to these methods are updated to accommodate these changes.
Expand All @@ -13,7 +13,6 @@
- Affected `Path::relative()` of output behaviour.
- Affected `Path::UrlToPath()` of output behaviour.
- Affected `Path::toNamespcedPath()`

- Added `Path::toNamespcedPath()` method in PHP `path` develope by [@shahzadamodassir](https://github.com/shahzadamodassir).

## [8.2.0](https://github.com/lazervel/path/releases/tag/v8.2.0) - 04 November 2024
Expand Down Expand Up @@ -60,4 +59,4 @@
- Added new feature `Path::win32` property for `win32` (Windows) platform, develope by [@shahzadamodassir](https://github.com/shahzadamodassir).
- Added new feature `Path::posix` property for `posix` (Linux/macOs) platform, develope by [@shahzadamodassir](https://github.com/shahzadamodassir).

**Suggest:** We allow to use PHP `path` library version from [7.0.0](https://github.com/lazervel/path/releases/tag/v7.0.0) to [latest](https://github.com/lazervel/path/releases/latest) Recomended [latest](https://github.com/lazervel/path/releases/latest) version for best performance.
**Suggest:** We allow to use PHP `path` library version from [7.0.0](https://github.com/lazervel/path/releases/tag/v7.0.0) to [latest](https://github.com/lazervel/path/releases/latest) Recomended [latest](https://github.com/lazervel/path/releases/latest) version for best performance.

0 comments on commit a7c6a07

Please sign in to comment.