summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12f61d9128..a8e3b8a795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Thu Mar 28 15:24:15 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ Fix setting method visibility on method wrapped with prepend
+
+ Ignore prepended modules when looking for already defined methods on a
+ class to set the visibility on.
+ [Fix GH-1834]
+
+ From: Dylan Thacker-Smith Dylan.Smith@shopify.com
+
Thu Mar 28 15:02:43 2018 Nobuyoshi Nakada <nobu@ruby-lang.org>
resolv.rb: close socket