> == Ruby 1.9.2-preview1
> see the NEWS and the ChangeLog for more detail.
> * http://svn.ruby-lang.org/repos/ruby/trunk/NEWS
> * http://svn.ruby-lang.org/repos/ruby/trunk/ChangeLog

Also not mentioned in the NEWS is that floats are a little more whiney 
now:

d:\dev>pik run "ruby -e 'puts 1.1-0.9'"

 == Running with 186: ruby 1.8.6 (2009-03-31 patchlevel 368) 
[i386-mingw32] ==
0.2

 == Running with 192: ruby 1.9.2dev (2009-05-25 trunk 23567) 
[i386-mingw32] ==
0.20000000000000007

i.e. they now show their inaccuracy more [it was always there, it just 
didn't show before].
=r
-- 
Posted via http://www.ruby-forum.com/.