summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-23 01:01:44 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-23 01:01:44 +0000
commitbd29cec6bbd9e2c0a1159694bed0cd4e25bc7c71 (patch)
treebe92f23d5aab6e138bd092dae5acf3d6cf331fb5 /ChangeLog
parentc8cb2598d12011634e22ecf3aa5003a31e3d57a3 (diff)
* lib/delegate.rb: fix a typo.
[fix GH-881][ci skip] Patch by @Zorbash git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50370 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 5aad5e9e04..7aacfb4cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 23 10:01:36 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * lib/delegate.rb: fix a typo.
+ [fix GH-881][ci skip] Patch by @Zorbash
+
Wed Apr 22 18:36:50 2015 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb (move, uid_move): support the MOVE command defined