aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-06 06:16:35 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-06 06:16:35 +0000
commitbfce381eb7e4f7140c99b2ce5fd05fbb9452bebb (patch)
tree9fae944f3a065efd74a3196ce4a8a5af21a545c2 /ChangeLog
parent31fa4d889938fbb53c40fee4b2ed1dcaee2f617e (diff)
downloadruby-bfce381eb7e4f7140c99b2ce5fd05fbb9452bebb.tar.gz
* doc/syntax/assignment.rdoc: [DOC] Fix assignment directions [ci skip]
By @idupree [Fixes GH-555] https://github.com/ruby/ruby/pull/555 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45277 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 9ae68bfc5f..427ba918b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Mar 6 15:15:24 2014 Zachary Scott <e@zzak.io>
+
+ * doc/syntax/assignment.rdoc: [DOC] Fix assignment directions
+ By @idupree [Fixes GH-555] https://github.com/ruby/ruby/pull/555
+
Thu Mar 6 15:07:18 2014 Zachary Scott <e@zzak.io>
* doc/syntax/methods.rdoc: [DOC] Fix example for block arguments