Skip to content

Commit 855b4a5

Browse files
authoredJul 21, 2020
Release 0.2.0
1 parent cd6da81 commit 855b4a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to `uri-template` will be documented in this file.
44

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

7+
## v0.2.0 - 2020-07-21
8+
9+
### Added
10+
- Support PHP 7.1 and 8.0
11+
12+
### Changed
13+
- Renamed `GuzzleHttp\Utility\` to `GuzzleHttp\UriTemplate\`
14+
15+
### Fixed
16+
- Delegate RFC 3986 query string encoding to PHP
17+
- Fixed some bugs when parts ofs values are not strings
18+
719
## v0.1.1 - 2020-06-30
820

921
### Fixed

0 commit comments

Comments
 (0)
Please sign in to comment.