rubychanges
rubychanges copied to clipboard
Comprehensive changelog of Ruby Programming Language
Pattern-matching was introduced as an experimental feature in 2.7, and became non-experimental feature in 3.1. This PR adds information that it was formally adopted in 3.1. Kudos for this wonderful...
I'd love to be able to consume this fantastic information you've created and provide an alternative visualization for it. For that, it would be far easier to consume a database...
Apologies if this is the wrong place (perhaps I should open an issue in ruby/ruby for the NEWS.md instead?). We've found an undocumented breaking change in Regexp.new that was put...
There is a minus sign missing in the explanation for the `Range#overlap?` section. Thank you for this great summary of Ruby changes, I enjoy it every time! 👏
Hi, thanks for the amazing work gathering the changes of each version! I just updated 2.7.7 to 3.0.7 and found that URI.escape is removed somewhere in between. I couldn' find...