summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89c500182a..8e4eca3e46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@ Mon Dec 29 10:12:12 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
65536. suggested by akr in [ruby-core:20918]. response to
feature request #936 in [ruby-core:20917].
+ * ext/socket/socket.c (s_recvfrom_nonblock): fixed awesome typo.
+ sorry.
+
Mon Dec 29 07:15:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>