summaryrefslogtreecommitdiff
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
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
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfed835c77..dcb5c56f15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct 3 21:24:41 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: mention Readline.quoting_detection_proc{,=}.
+
Mon Oct 3 21:19:46 2016 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* lib/logger.rb: [DOC] Fix default value of shift_age.
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]