What's Changed
- fix: replace
require 'cgi'withrequire 'cgi/escape'to suppress Ruby 4.0 warning by @dominion525 in #56 - Remove thread-unsafe runtime requires (updated) by @knu in #57 based on #43 by @brasic
New Contributors
- @brasic made their first contribution in #43
- @dominion525 made their first contribution in #56
Full Changelog: v1.1.0...v1.1.1