aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-28 06:19:19 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-28 06:19:19 +0000
commitfa4af4d4cd49be48e92ee7f5fb3588f51924b258 (patch)
tree8ebefde826607e4b5b1afac4650dddeea470260e /ChangeLog
parent5d83f5554fac14778e7e738049bb51849ecf28b0 (diff)
downloadruby-fa4af4d4cd49be48e92ee7f5fb3588f51924b258.tar.gz
* lib/set.rb: [DOC] Add examples for Set#intersect? and Set#disjoint?
Patch by xavier nayrac [Bug #9331] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44724 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 91522d2d6f..1e0063ccba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 28 15:17:59 2014 Zachary Scott <e@zzak.io>
+
+ * lib/set.rb: [DOC] Add examples for Set#intersect? and Set#disjoint?
+ Patch by xavier nayrac [Bug #9331] [ci skip]
+
Tue Jan 28 15:12:22 2014 Zachary Scott <e@zzak.io>
* ext/zlib/zlib.c (rb_zlib_adler32): [DOC] Add example for adler32