summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-03 12:26:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-03 12:26:00 +0000
commitda66234ea4da275d4db43cdc41298a754fffa812 (patch)
tree94a31626c1886e68db80cb633d9e314cdac7a63b /NEWS
parent81ac73c04d9ebe2d29d890381fe6fbc6725e490d (diff)
* NEWS: mention Readline.quoting_detection_proc{,=}. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c85728b1d..ed373f3b34 100644
--- a/NEWS
+++ b/NEWS
@@ -146,6 +146,10 @@ with all sufficient information, see the ChangeLog file or Redmine
https://github.com/ruby/openssl. OpenSSL still remains as a default gem.
Refer to its History.md for the full release note. [Feature #9612]
+* Readline
+ * Readline.quoting_detection_proc and Readline.quoting_detection_proc=
+ [Feature #12659]
+
* optparse
* Add an into option. [Feature #11191]