NEWS.md: Describe the change of the default width of pp

[Feature #12913]
This commit is contained in:
Yusuke Endoh 2021-12-07 12:07:28 +09:00
parent 794b9a28b5
commit dfd9728c87

View File

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