summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 03:21:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 03:21:12 +0000
commit97e37d6805042175805d04a654d423422f670281 (patch)
tree1254864d2eea9c2c81cd5a57532c177b4424bf01 /ChangeLog
parente7ce17cfe83e377b5a8748c01286fe4b8c8a03a1 (diff)
compile.c: make the receiver condition cleaner
* compile.c (defined_expr): make the condition if the receiver is explicit or implicit cleaner. [fix GH-681] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46934 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 e9822eeb59..cd7e885ce0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 25 12:21:11 2014 Santiago Pastorino <santiago@wyeworks.com>
+
+ * compile.c (defined_expr): make the condition if the receiver
+ is explicit or implicit cleaner. [fix GH-681]
+
Fri Jul 25 03:53:52 2014 Eric Hodel <drbrain@segment7.net>
* doc/keywords.rdoc: [DOC] Describe each keyword.