summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 12:28:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 12:28:27 +0000
commitd11451301132d5947b3a60c2c3f4ba0c6004130b (patch)
treedcd02b0f4677ff90fdc1bb8e767cf5164d4c7687 /ChangeLog
parent339e11a7f178312d937b7c95dd3115ce7236597a (diff)
fix mistake of previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@53158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97e7eb32d8..9ac811289b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Wed Dec 16 21:10:03 2015 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
* test/fiddle/test_handle.rb (class TestHandle): add test for above.
-Wed Dec 16 21:10:36 2015 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+Wed Dec 16 21:10:03 2015 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* ext/dl/handle.c (rb_dlhandle_initialize): prohibits DL::dlopen
with a tainted name of library.