From 67f0687d8085f098a0441371a381c38222a37d21 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 11 Dec 2006 02:59:43 +0000 Subject: * ext/digest/sha2/lib/sha2.rb: Moved one level up from under the superfluous subdirectory digest/. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f614d6db..f10efa34a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 11 11:51:10 2006 Akinori MUSHA + + * ext/digest/sha2/lib/sha2.rb: Moved one level up from under + the superfluous subdirectory digest/. + Mon Dec 11 11:46:18 2006 Yukihiro Matsumoto * variable.c (rb_define_const): typo fixed. -- cgit