Skip to content

Releases: postmodern/net-http-server

0.2.4

05 Mar 01:40
v0.2.4

Choose a tag to compare

  • Support Ruby 3.4.0:
    • No longer use mutable String literals, and instead use String.new(encoding: Encoding::UTF_8) to fix warnings under Ruby 3.4.0.