summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-17 21:14:24 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-17 21:14:24 +0000
commit8f231e1eeff8afc71193a5dccdb2916cbc9eab2f (patch)
tree04db1a376a35f84b61cae62ce9f32ab3b0d423d7 /NEWS
parent4a7add1a7410bf3ab067bea3e4337ea78fe2f639 (diff)
* ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which was
ported from the SyslogLogger gem. [ruby-trunk - Feature #5096] * NEWS: ditto. * test/syslog/test_syslog_logger.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35682 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 55c4c41289..f935736506 100644
--- a/NEWS
+++ b/NEWS
@@ -96,6 +96,9 @@ with all sufficient information, see the ChangeLog file.
* Shellwords#shelljoin() accepts non-string objects in the given
array, each of which is stringified using to_s.
+* syslog
+ * Added Syslog::Logger which provides a Logger API atop Syslog.
+
* lib/tmpdir.rb
* incompatible changes:
* Dir.mktmpdir uses FileUtils.remove_entry instead of