summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-09 18:48:23 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-09 18:48:23 +0000
commitb4b5d8f750e5c789c4b3eb152fbfa610dff1dff0 (patch)
tree88ce496b6e87f9b50d235d49001bffe53b7e0bfc /ChangeLog
parent6dd00f0e08ed2eecc8ab273c4c311c25328be1cb (diff)
Removed private on to_date and to_datetime.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69b064cc21..58c751f9f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@ Thu Jul 9 11:22:00 2009 Kirk Haines <khaines@ruby-lang.org>
* ext/socket/extconf.rb: Corrected function definitions to specify return values.
+ * lib/date.rb: Removed private on to_date and to_datetime
+
Mon Jun 8 12:46:00 2009 Kirk Haines <khaines@ruby-lang.org>
* lib/soap/mimemessage.rb: Fixed a typo -- conent -> content