summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index ff24df1d40..ccb6b496bc 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,11 @@
+: Socket::pack_sockaddr_in(), Socket::unpack_sockaddr_in()
+
+ Added. Utility for direct Socket access.
+
+: Socket::pack_sockaddr_un(), Socket::unpack_sockaddr_un()
+
+ Added. Utility for direct Socket access.
+
: String#casecmp
Added. This is a case insensitive version of String#<=>.