summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-05 15:32:07 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-05 15:32:07 +0000
commitdaeea1f0df584f2d5e61331e76aa799ba507265d (patch)
treed3ad72f8c99c39acf2ab85959f8d8241e163a15d /doc
parente50382dcdf4ebc2967bbf6214f77e64ad165829d (diff)
Mention that Socket::SO_* was added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1567 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 e9d88b2901..7697dd3b85 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,5 +1,9 @@
Summary of the changes since 1.6.4:
+: Socket::SO_*
+
+ Added.
+
: require
Changed to search directories for ".rb" and ".so" at the same time,