summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 11:15:06 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-26 11:15:06 +0000
commit9d00f3f536e40d13bfa8a80ace3c8ac1b92b18cd (patch)
tree9449afb645bcdd445be3181020ba8483c95a5dbf /NEWS
parent621da983093b0877d061c0fa081c0301ea8ffd3f (diff)
Add facility to Syslog::Logger.
* ext/syslog/lib/syslog/logger.rb (Syslog::Logger): Add facility to Syslog::Logger. [Fixes GH-305] patch by Max Shytikov https://github.com/ruby/ruby/pull/305 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42195 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 f5fe38838d..2d40dcfb06 100644
--- a/NEWS
+++ b/NEWS
@@ -116,6 +116,9 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* StringScanner#[] supports named captures.
+* Syslog::Logger
+ * Added facility.
+
* Tempfile
* New methods:
* Tempfile.create