Re: What has changed since 1.9?
Marvin Gülker <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.general |
|---|---|
| Message-ID | <20181015100542.d6cvdkcysoljkgco@atlantis> |
Am 14. Oktober 2018 um 22:03 Uhr +0300 schrieb Tekin Sal: > Hello, > Is there a document or report listing what has changed in Ruby since the > latest edition of The Ruby Programming Language book by Matsumoto, > Flanagan? If not, where should look to gather this info? Thanks. The canonical point of information is the NEWS file in Ruby's source tree for each version. It is maintained by the developers (core team) and should contain everything important for each released version. Here's the list of all NEWS files since Ruby 1.9.3: * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_0_0_0/NEWS?view=markup * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_1_0/NEWS?view=markup * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_2_0/NEWS?view=markup * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_3_0/NEWS?view=markup * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_4_0/NEWS?view=markup * https://svn.ruby-lang.org/cgi-bin/viewvc.cgi/tags/v2_5_1/NEWS?view=markup Marvin -- Blog: https://mg.guelker.eu PGP/GPG ID: F1D8799FBCC8BC4F Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>