* 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
This commit is contained in:
kazu 2016-10-03 12:26:00 +00:00
Родитель 81ac73c04d
Коммит da66234ea4
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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.

4
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]