Skip to content

Commit

Permalink
version 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 3, 2015
1 parent d9d99c6 commit 671150f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ matrix:
- EXECUTE_CS_CHECK=true
- php: 7.0
- php: hhvm
allow_failures:
- php: 7.0
fast_finish: true

cache:
Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

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

## Next - 2015-XX-XX
## 4.0.1 - 2015-11-03

### Added

- Nothing

### Fixed

- [BUG FIX] `User` and `Pass` encoding
- [BUG FIX] `Http::createFromServer` handling userinfo when not using `mod_php` 'HTTP_AUTHORIZATION'
- [BUG FIX] `UriParser` handling URI strings with invalid scheme
- [BUG FIX] `QueryParser` handling numeric index [issue #25](https://github.com/thephpleague/uri/issues/25)
- [BUG FIX] `DataPath` mimetype syntax validation [issue #21](https://github.com/thephpleague/uri/issues/21)
- [BUG FIX] `DataPath::withParameters` the `;base64` binary code now always throw an `InvalidArgumentException`
- `User` and `Pass` encoding
- `Http::createFromServer` handling userinfo when not using `mod_php` with `$_SERVER['HTTP_AUTHORIZATION']`
- `UriParser` handling URI strings with invalid scheme
- `QueryParser` handling numeric index [issue #25](https://github.com/thephpleague/uri/issues/25)
- `DataPath` mimetype syntax validation [issue #21](https://github.com/thephpleague/uri/issues/21)
- `DataPath::withParameters` the `;base64` binary code now always throw an `InvalidArgumentException`

### Deprecated

Expand Down

0 comments on commit 671150f

Please sign in to comment.