Skip to content

Commit

Permalink
prepare 6.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 30, 2020
1 parent 0d89091 commit ca30d88
Show file tree
Hide file tree
Showing 2 changed files with 3 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,15 +2,15 @@

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

## Next - TBD
## 6.1.1 - 2020-01-30

### Added

- Nothing

### Fixed

- Nothing
- `League\Uri\UriTemplate` variables validation and normalization improved

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions docs/uri/6.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ To ease URI objects creation and manipulation, the following helper classes are
- the [UriInfo](/uri/6.0/info) : retrieves RFC3986 related info from an URI object;
- the [UriResolver](/uri/6.0/resolver) : resolves or relativizes an URI against a base URI;
- the [UriString](/uri/6.0/parser-builder) : parses or builds an URI string into or from its components;
- the [UriTemplate](/uri/6.0/uri-template) : expands an URI template string into an URI object;

System Requirements
-------
Expand Down

0 comments on commit ca30d88

Please sign in to comment.