We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6da81 commit 855b4a5Copy full SHA for 855b4a5
CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to `uri-template` will be documented in this file.
4
5
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
6
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
19
## v0.1.1 - 2020-06-30
20
21
### Fixed
0 commit comments