summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-28 02:18:45 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-28 02:18:45 +0000
commitc382f0c82e0c73b17954c48b4a32f3a25d026cfb (patch)
tree3598aada071ef144a537b2f277fc09b50ba51cd3
parent1636c60fe165acea3163f4dd99dbf8ea4ebb464e (diff)
Update Changelog for r45209
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a064b1ebeb..fda73dafa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 28 11:16:55 2014 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * numeric.c: Fix Numeric#step with 0 unit [Bug #9575]
+
Thu Feb 27 17:59:01 2014 Zachary Scott <e@zzak.io>
* lib/optparse.rb: [DOC] Add example of generating help with optparse.