aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 16:41:40 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 16:41:40 +0000
commit0aa197c6f2740ba9ed5e543737965164a356781e (patch)
treeccdaf199f893ed8b66ca2f0c400c954aa09a8448 /ChangeLog
parentc8660d896698e31a62ad9c149213e315a70a1035 (diff)
downloadruby-0aa197c6f2740ba9ed5e543737965164a356781e.tar.gz
* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.
[Fixes GH-580] https://github.com/ruby/ruby/pull/580 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46123 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 eb6e7b0a8f..e33c5ddd2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 26 01:39:02 2014 Zachary Scott <e@zzak.io>
+
+ * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.
+ [Fixes GH-580] https://github.com/ruby/ruby/pull/580
+
Mon May 26 01:07:51 2014 Tanaka Akira <akr@fsij.org>
* test/lib/minitest/unit.rb: Show leaked threads and tempfiles