summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-24 04:29:49 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-24 04:29:49 +0000
commitea576241b053f62cd790ba5578ca9fd1153c54ca (patch)
treebeff998f4726bdc7cb0c6bd11ba9b6ea7c9ddfbd /NEWS
parentf418f9b4ce467cd8dd08822e460a7177605f13a0 (diff)
NEWS: note about r57274
fixed r60888 to have Feature number too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index adc77de479..52f28ffe7f 100644
--- a/NEWS
+++ b/NEWS
@@ -159,7 +159,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* IPAddr#ipv4_compat and #ipv4_compat? are deprecated. [Bug #13769]
* IRB
- * Show source around `binding.irb` on session start
+ * `binding.irb` automatically requires irb and runs [Bug #13099] [experimental]
+ * Show source around `binding.irb` on session start [Feature #14124]
* Net::HTTP
* Add more HTTP status classes