Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schröder committed Jun 30, 2016
1 parent 965ef25 commit 793de78
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,32 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Security
- Nothing

## v0.2.0 - 2016-06-30

### Added
- A `SchemeRegistry` to support additional schemes
- The `AbstractQuery` class to manipulate the query string

### Changed
- The `Uri` object does now implement the PSR-7 `UriInterface`

### Removed
- Components, because they are not necessary any more

## v0.1.1 - 2015-03-10

### Changed
- The default scheme is NULL instead of `file`

### Added
- Possibility to define the default port

### Fixed
- The method `Userinfo::toString()` does not crash when the user was not specified

## v0.1.0 - 2015-03-08

### Added
- Initial implementation of an `Uri` object to represent an URI
- Components to handle the `Authority`, `UserInfo` and `Query` parts of the URI

0 comments on commit 793de78

Please sign in to comment.