summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-29 08:03:46 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-29 08:03:46 +0000
commit4c366bbbff252d8dcde1f7693f1942d8d0b77081 (patch)
treee6cded697867e48f027f4e6ac97973fb5af60576 /ChangeLog
parent92ed342b46f79dd10f92f276a001ee012291d193 (diff)
downloadruby-4c366bbbff252d8dcde1f7693f1942d8d0b77081.tar.gz
ruby-4c366bbbff252d8dcde1f7693f1942d8d0b77081.tar.xz
ruby-4c366bbbff252d8dcde1f7693f1942d8d0b77081.zip
synchronized with date2 3.7
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa9073e5c..f0d83525d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Oct 29 16:56:03 2005 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * lib/date.rb: added seven predicates sunday? to saturday?.
+
+ * lib/date.rb: added two methods {prev,next}_month,
+ that are almost same as << and >>.
+
Thu Oct 27 20:34:43 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enumerator.c (enumerator_allocate): allow subclassing.