mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: Added entry for r56624.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
17678b5a6d
commit
69dc53022b
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Nov 6 18:18:25 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* NEWS: Added entry for r56624.
|
||||||
|
|
||||||
Sun Nov 6 15:53:03 2016 Shugo Maeda <shugo@ruby-lang.org>
|
Sun Nov 6 15:53:03 2016 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in (-Wno-maybe-uninitialized): gcc 6 also shows the same
|
* configure.in (-Wno-maybe-uninitialized): gcc 6 also shows the same
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -186,6 +186,10 @@ with all sufficient information, see the ChangeLog file or Redmine
|
||||||
* IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails.
|
* IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails.
|
||||||
[Bug #12799]
|
[Bug #12799]
|
||||||
|
|
||||||
|
* IRB
|
||||||
|
|
||||||
|
* Binding#irb: Start a REPL session like `binding.pry` at r56624.
|
||||||
|
|
||||||
* Logger
|
* Logger
|
||||||
|
|
||||||
* Allow specifying logger parameters in constructor such
|
* Allow specifying logger parameters in constructor such
|
||||||
|
|
Loading…
Reference in a new issue