mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS.md: Describe the change of the default width of pp
[Feature #12913]
This commit is contained in:
parent
794b9a28b5
commit
dfd9728c87
1 changed files with 4 additions and 0 deletions
4
NEWS.md
4
NEWS.md
|
|
@ -356,6 +356,10 @@ Excluding feature bug fixes.
|
|||
|
||||
* `lib/debug.rb` is replaced with `debug.gem`
|
||||
|
||||
* `Kernel#pp` in `lib/pp.rb` uses the width of `IO#winsize` by default.
|
||||
This means that the output width is automatically changed depending on
|
||||
your terminal size. [[Feature #12913]]
|
||||
|
||||
## C API updates
|
||||
|
||||
* Documented. [[GH-4815]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue