Skip to content

Commit

Permalink
Merge pull request #14 from GrahamCampbell/patch-1
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
gmponos authored Jul 21, 2020
2 parents cd6da81 + 855b4a5 commit db46525
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to `uri-template` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## v0.2.0 - 2020-07-21

### Added
- Support PHP 7.1 and 8.0

### Changed
- Renamed `GuzzleHttp\Utility\` to `GuzzleHttp\UriTemplate\`

### Fixed
- Delegate RFC 3986 query string encoding to PHP
- Fixed some bugs when parts ofs values are not strings

## v0.1.1 - 2020-06-30

### Fixed
Expand Down

0 comments on commit db46525

Please sign in to comment.