Skip to content

Commit 422ff27

Browse files
committed
Added ruby/net-http#205 to NEWS.md
1 parent 04a6462 commit 422ff27

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,16 @@ Ruby 4.0 bundled RubyGems and Bundler version 4. see the following links for det
440440
install the `sorted_set` gem and `require 'sorted_set'` to use `SortedSet`.
441441
[[Feature #21287]]
442442

443+
* Net::HTTP
444+
445+
* The default behavior of automatically setting the `Content-Type` header
446+
to `application/x-www-form-urlencoded` for requests with a body
447+
(e.g., `POST`, `PUT`) when the header was not explicitly set has been
448+
removed. If your application relied on this automatic default, your
449+
requests will now be sent without a Content-Type header, potentially
450+
breaking compatibility with certain servers.
451+
[[GH-net-http #205]]
452+
443453
## C API updates
444454

445455
* IO
@@ -573,3 +583,4 @@ A lot of work has gone into making Ractors more stable, performant, and usable.
573583
[Bug #21698]: https://bugs.ruby-lang.org/issues/21698
574584
[Feature #21701]: https://bugs.ruby-lang.org/issues/21701
575585
[Bug #21789]: https://bugs.ruby-lang.org/issues/21789
586+
[GH-net-http #205]: https://github.com/ruby/net-http/issues/205

0 commit comments

Comments
 (0)