From ed6231195b8c516a32019e1967366af7793e8313 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 17 Oct 2013 03:32:15 +0000 Subject: * lib/tsort.rb (TSort.each_strongly_connected_component_from): Extracted from TSort#each_strongly_connected_component_from. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 078c57c7c9..eb1af33c7a 100644 --- a/NEWS +++ b/NEWS @@ -244,6 +244,10 @@ with all sufficient information, see the ChangeLog file. inside the block, by default, unless the exception class is given explicitly. +* TSort + * New methods: + * TSort.each_strongly_connected_component_from + * WEBrick * The body of a response may now be a StringIO or other IO-like that responds to #readpartial and #read. -- cgit v1.2.3