Skip to content

Commit

Permalink
Prepare 6.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 27, 2021
1 parent a46f9cc commit c68ca44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

All Notable changes to `League\Uri` will be documented in this file

## Next - TBD
## 6.5.0 - 2021-08-27

### Added

- `Uri::toString` a class that implements PSR-17 UriFactoryInterface. The package needs to be present for the class to work.
- `Uri::toString` as a clean method to return URI string representation.
- `IDNA` conversion in now normalize using the `Uri-Interface` package classes

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>Intuitive</h1>
<h1>Highlights</h1>
<div class="description">
<p>This suite of packages provides simple and intuitive classes to parse, validate, format and manipulate URIs and their components. It is built to enable working with
any kind of RFC3986 compliant URI and also follow closely the latest WHATG Living standard specification.</p>
any kind of RFC3986 compliant URI and also follow closely the latest WHATWG Living standard specification.</p>
</div>
</div>
<div class="column two">
Expand Down

0 comments on commit c68ca44

Please sign in to comment.