Skip to content

Commit 6cf5436

Browse files
committed
Update release notes.
1 parent 4f12510 commit 6cf5436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

releases.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Unreleased
44

5-
- **Breaking Change**: Move `Protocol::HTTP::Header::QuotedString` to `Protocol::HTTP::QuotedString` for better reusability.
6-
- **Breaking Change**: Handle cookie key/value pairs using `QuotedString` as per RFC 6265.
5+
- **Breaking**: Move `Protocol::HTTP::Header::QuotedString` to `Protocol::HTTP::QuotedString` for better reusability.
6+
- **Breaking**: Handle cookie key/value pairs using `QuotedString` as per RFC 6265.
77
- Don't use URL encoding for cookie key/value.
8-
- **Breaking Change**: Remove `Protocol::HTTP::URL` and `Protocol::HTTP::Reference` – replaced by `Protocol::URL` gem.
8+
- **Breaking**: Remove `Protocol::HTTP::URL` and `Protocol::HTTP::Reference` – replaced by `Protocol::URL` gem.
99
- `Protocol::HTTP::URL` -> `Protocol::URL::Encoding`.
1010
- `Protocol::HTTP::Reference` -> `Protocol::URL::Reference`.
1111

0 commit comments

Comments
 (0)