On 02.07.2011 17:44, OZAWA Sakuro wrote: > 2011/7/3 Markus Fischer <markus / fischer.name>: >>> For the detail please read the ChangeLog. >> Is it possible to have the ChangeLog somewhere online, without having to >> download/unpack the archive? > > The repo is browsable at: > https://github.com/ruby/ruby/blob/v1_8_7_352/ChangeLog Very useful, thanks; I wasn't aware that ruby/ruby on github is always up2date, very cool! Here's a way to only see the new changes in the ChangeLog (except some post-message formatting which also happened): https://github.com/ruby/ruby/compare/v1_8_7_334...v1_8_7_352#diff-0 - Markus