Skip to content

Commit e8d86c9

Browse files
Update releases.md with Headers#to_a method
- Add entry for v0.52.0 documenting the new to_a method
1 parent 8998860 commit e8d86c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## v0.52.0
4+
5+
- Add `Protocol::HTTP::Headers#to_a` method that returns the fields array, providing compatibility with standard Ruby array conversion pattern.
6+
37
## v0.51.0
48

59
- `Protocol::HTTP::Headers` now raise a `DuplicateHeaderError` when a duplicate singleton header (e.g. `content-length`) is added.

0 commit comments

Comments
 (0)