Skip to content

Commit 4e4abfe

Browse files
Shorten unreleased changelog entries
1 parent 5d5cf37 commit 4e4abfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
77
## v2.0.0 - Unreleased
88

99
### Changed
10-
- Invalid URI template syntax now throws `InvalidArgumentException` instead of being partially expanded or returned unchanged
10+
- Invalid URI template syntax now throws `InvalidArgumentException` instead of being partially expanded
1111
- Literal template text is now validated, and valid non-ASCII literals are pct-encoded during expansion
1212
- URI template variable names and modifiers are now validated according to RFC 6570
1313
- Prefix modifiers are now rejected for list and map values
@@ -16,7 +16,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1616
- `UriTemplate` is now non-instantiable; use `UriTemplate::expand()` statically
1717

1818
### Fixed
19-
- Fixed invalid template expressions being accepted as parameter names in query and path-style parameter expansions
19+
- Fixed invalid template expressions being accepted as parameter names in query and path-style expansions
2020
- Fixed prefix modifiers counting bytes instead of Unicode code points and pct-encoded triplets
2121
- Fixed unsupported variable shapes producing PHP warnings, conversion errors, or lossy `Array` output
2222

0 commit comments

Comments
 (0)