summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-16 08:03:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-16 08:03:36 +0000
commit9fb4f3f36bf3b5d79a30eb71a055455153715a9b (patch)
tree587da93548000f2019e349bdfcfa3598e5dab503 /ChangeLog
parentf102f28a12bc44dda029d4b7725a5e15fa4c4477 (diff)
downloadruby-9fb4f3f36bf3b5d79a30eb71a055455153715a9b.tar.gz
ruby-9fb4f3f36bf3b5d79a30eb71a055455153715a9b.tar.xz
ruby-9fb4f3f36bf3b5d79a30eb71a055455153715a9b.zip
* ext/iconv/iconv.c (Document-class): moved the simplest example to
the top. * ext/iconv/iconv.c (iconv_s_iconv): Document-method: needs class prefix for class method. [ruby-core:13542] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4c4b719e..d40c5427a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Nov 16 17:03:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/iconv/iconv.c (Document-class): moved the simplest example to
+ the top.
+
+ * ext/iconv/iconv.c (iconv_s_iconv): Document-method: needs class
+ prefix for class method. [ruby-core:13542]
+
Fri Nov 16 16:26:57 2007 Shugo Maeda <shugo@ruby-lang.org>
* include/ruby/ruby.h: added some declarations for event hooks.