summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-03 09:39:22 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-03 09:39:22 +0000
commit7ff058e9f2c78956faf73dbeccef8cec63488d22 (patch)
treea4a91c6351615f578c34377f37ca49e5973936ac /doc
parent5f843e15cc8cb7efaadacadb5485e2788c0464df (diff)
Mention the import of the syslog module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 1900db022a..cf7b0e3b1d 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,5 +1,9 @@
Summary of the changes since 1.6.4:
+: Syslog module
+
+ Imported.
+
: Digest module
Added as a replacement for md5 and sha1 modules.