From dfd9728c87640d9699b1e7c63a6fefb6b2797fbc Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Tue, 7 Dec 2021 12:07:28 +0900 Subject: NEWS.md: Describe the change of the default width of `pp` [Feature #12913] --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 55f8dce9d9..c0bd3b4900 100644 --- a/NEWS.md +++ b/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]] -- cgit v1.2.3