aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-24 03:52:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-24 03:52:46 +0000
commite16c316b52948396eac43ee9d79383274c616256 (patch)
tree3052f7072253ca50dcea5a358638348080741b19 /ChangeLog
parentccba83feffcb68bd46e75efcadb931e5d23c6bae (diff)
downloadruby-e16c316b52948396eac43ee9d79383274c616256.tar.gz
* common.mk (change), tool/change_maker.rb: make a brief template
for ChangeLog. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27987 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 f6b525c6d9..7bc887a7a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 24 12:52:44 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (change), tool/change_maker.rb: make a brief template
+ for ChangeLog.
+
Mon May 24 09:19:59 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* gc.c (gc_sweep): suppres a warning on VC.