From d55a8bb505de895f703a7c3ea7d162d8dba9db2c Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 22 Apr 2008 16:03:08 +0000 Subject: [PATCH] revert previous commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS-1.8.0 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/NEWS-1.8.0 b/doc/NEWS-1.8.0 index 0c10ad381c..b4445fa59f 100644 --- a/doc/NEWS-1.8.0 +++ b/doc/NEWS-1.8.0 @@ -835,7 +835,3 @@ : string concatenation faster by avoiding too frequent realloc(3). - -: stack trace - - On non-SystemStackError exception, full stack trace is shown.