summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-24 03:53:27 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-24 03:53:27 +0000
commit106c9883e11673fa31e3854d7e24b97f4c1ba9fd (patch)
treeec8528ed8bf060ad891770220295422bbd8a62da /NEWS
parentf8523d35bf3e8ec4a705b1dd45648e1b4352199a (diff)
irb.rb: show source around binding.irb on start
[Feature #14124] [ruby-dev:50319] [close GH-1764] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce0b866dad..adc77de479 100644
--- a/NEWS
+++ b/NEWS
@@ -158,6 +158,9 @@ with all sufficient information, see the ChangeLog file or Redmine
* IPAddr now rejects invalid address mask. [Bug #13399]
* IPAddr#ipv4_compat and #ipv4_compat? are deprecated. [Bug #13769]
+* IRB
+ * Show source around `binding.irb` on session start
+
* Net::HTTP
* Add more HTTP status classes