From: "Radosław Bułat" Date: 2009-02-01T09:47:24+09:00 Subject: [ruby-core:21706] [Bug #1083] Typos in NEWS file (branch 1_9_1) Bug #1083: Typos in NEWS file (branch 1_9_1) http://redmine.ruby-lang.org/issues/show/1083 Author: Rados��aw Bu��at Status: Open, Priority: Low Target version: 1.9.1 Reproducible Version: 1.9.1 RC1, ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21906) [x86_64-linux] NEWS file has some small typos. Patch to fix it attached below. Index: NEWS =================================================================== --- NEWS (wersja 21925) +++ NEWS (kopia robocza) @@ -45,14 +45,14 @@ o Exceptions are equal to each other if they belong to the same class and have the same message and backtrace. o SystemStackError used to be a subclass of StandardError - but not it is a direct subclass of Exception. + but now it is a direct subclass of Exception. o SecurityError: ditto o Removed Exception#to_str [Ruby2] * Enumerable and Enumerator o Enumerable::Enumerator, compatibility alias of Enumerator, is removed. - o Enumerable#map,collect_all called without a block returns + o Enumerable#map,collect called without a block returns an enumerator. o Even more builtin and bundled libraries have been made to return an enumerator when called without a block. ---------------------------------------- http://redmine.ruby-lang.org