1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: Add descriptions for logger updates

* NEWS: Add descriptions for logger updates

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
sonots 2016-04-19 03:55:13 +00:00
parent dd4f590196
commit 7bb039973c
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,17 @@
Thu Mar 19 12:45:03 2016 Naotoshi Seo <sonots@gmail.com>
* ChangeLog: Add decriptions for logger updates
* NEWS: Add descriptions for logger updates
Mon Apr 19 12:45:02 2016 Naotoshi Seo <sonots@gmail.com>
* lib/logger.rb: Add shift_period_suffix option
Mon Apr 19 12:45:01 2016 Naotoshi Seo <sonots@gmail.com>
* lib/logger.rb: Allow specifying logger parameters in constructor
such as level, progname, datetime_format, formatter.
Mon Apr 18 16:07:01 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (iseq_peephole_optimize): should not replace the

6
NEWS
View file

@ -64,6 +64,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* Add a liberal_parsing option. [Feature #11839]
* Logger
* Allow specifying logger parameters in constructor such
as level, progname, datetime_format, formatter. [Feature #12224]
* Add shift_period_suffix option. [Feature #10772]
* optparse
* Add an into option. [Feature #11191]