aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-26 13:23:00 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-26 13:23:00 +0000
commit51a0501a3966debbaf89a6ce54eba47930a9a43a (patch)
tree1b10f22fecc1458fcf1b92735bec55717f838028 /ChangeLog
parentd6e89e0c4ea7722b7fc59e198f21a03ccaf5a2a6 (diff)
downloadruby-51a0501a3966debbaf89a6ce54eba47930a9a43a.tar.gz
* ext/date/date_core.c: refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c39c726b1c..3c1075116d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ Sun Jun 26 22:21:23 2011 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * ext/date/date_core.c: refactoring.
+
Sun Jun 26 18:03:30 2011 URABE Shyouhei <shyouhei@ruby-lang.org>
* parse.y: comma at the end of line is no longer allowed.