summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-31 05:09:24 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-31 05:09:24 +0000
commit7766410e74c999e86ef592079d383d5e0cfd4c63 (patch)
treecccec8378ae1d7cf8e9d005b573732caab2c5fe4 /ChangeLog
parente53e91f23f3bda0342749d229e5a97a142a2d36a (diff)
* ext/openssl/ossl_engine.c (ossl_engine_s_load): should return
value. [ruby-dev:25971] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0afaf4b5b..018d10342 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 31 14:08:43 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
+
+ * ext/openssl/ossl_engine.c (ossl_engine_s_load): should return
+ value. [ruby-dev:25971]
+
Thu Mar 31 11:07:50 2005 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/parser.rb: @@setter -> @@setters.