Fold a long line [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2023-12-14 09:54:23 +09:00
parent beefce1444
commit 74b6e70ef4
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -275,7 +275,9 @@ changelog for details of the default gems or bundled gems.
* `racc` is promoted to bundled gems.
* You need to add `racc` to your `Gemfile` if you use `racc` under bundler environment.
* `ext/readline` is retired
* We have `reline` that is pure Ruby implementation compatible with `ext/readline` API. We rely on `reline` in the future. If you need to use `ext/readline`, you can install `ext/readline` via rubygems.org with `gem install readline-ext`.
* We have `reline` that is pure Ruby implementation compatible with `ext/readline` API.
We rely on `reline` in the future. If you need to use `ext/readline`, you can install
`ext/readline` via rubygems.org with `gem install readline-ext`.
* We no longer need to install libraries like `libreadline` or `libedit`.
## C API updates