From 64fdfc4169c3fd6f8bca3474e16dddb86cb8460c Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 30 Jan 2009 12:50:55 +0000 Subject: * lib/pathname.rb (Pathname#realdirpath): new method. [ruby-dev:36290] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e52801b79..a54df1b2a 100644 --- a/NEWS +++ b/NEWS @@ -85,6 +85,9 @@ with all sufficient information, see the ChangeLog file. socket option name and shutdown's how argument can be specified as a string/symbol. +* pathname + * realdirpath + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind -- cgit