Skip to content

Commit

Permalink
Prepare 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 30, 2016
1 parent 3bc19d2 commit 1c02f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Next - 2016-09-XX
## 4.2.0 - 2016-09-30

### Added

Expand All @@ -26,9 +26,9 @@ All Notable changes to `League\Uri` will be documented in this file
### Fixed

- Components encoding/decoding to be more RFC3986 compliant
- `Host::isPublicSuffixValid` when no `publicSuffix` information is found
- `Host::getRegisterableDomain` must always return a string as per the host interface expected return type
- `Host::getSubdomain` must always return a string as per the host interface expected return type
- `Host::isPublicSuffixValid` when no `publicSuffix` information is found
- `Host::isPublicSuffixValid` must always return a string as per the host interface expected return type
- On instantiation, query and fragment delimiter are preserved
- `createFromComponents` failing with `parse_url` result when no path is defined
Expand Down

0 comments on commit 1c02f4e

Please sign in to comment.