summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-02 01:41:02 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-02 01:41:02 +0000
commit931d2fd5d8271083a16a5bf781eb91f5a36fc752 (patch)
treed5ff907b21ad74622c32558bd791ffd3250a8f8d /NEWS
parentd3a54f6fe866f2c582a68453cc03a6a925dc5b0a (diff)
* logger.rb: removed unmaintain code.
[Feature #9860][ruby-core:62724] * test/logger/test_application.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 693648ac1c..b85aed1f71 100644
--- a/NEWS
+++ b/NEWS
@@ -138,6 +138,9 @@ with all sufficient information, see the ChangeLog file.
* lib/uri
* support RFC 3986. [Feature #2542]
+* Logger
+ * Logger::Application is extracted to logger-application gem. It's unmaintain code.
+
* Prime
* incompatible changes:
* Prime.prime? now returns false for negative numbers. This method