summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8698195afc..be17902b0d 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ with all sufficient information, see the ChangeLog file.
* respond_to? against a protected method now returns false unless
the second argument is true.
+ * LoadError
+ * added method:
+ * added LoadError#path method to return the file name that could not be
+ loaded.
+
* Signal
* incompatible changes:
* Signal.trap raises ArgumentError when :SEGV, :BUS, :ILL, :FPE, :VTALRM