Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
prepare 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 1, 2017
1 parent 2f316fc commit 86d0d40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All Notable changes to `league-uri-parser` will be documented in this file

## 1.0.4 - 2017-03-01

### Added

- None

### Fixed

- [issue #3](https://github.com/thephpleague/uri-parser/issues/3) the `-` (hyphen) character is a valid one for a scheme.

### Deprecated

- None

### Removed

- None

## 1.0.3 - 2017-02-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ protected function isRegisteredName(string $host): bool
/**
* Convert domain name to IDNA ASCII form.
*
* @param string $label
* @param string $label
*
* @return string
*/
Expand Down

0 comments on commit 86d0d40

Please sign in to comment.