diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2023-12-14 09:54:23 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2023-12-14 09:54:23 +0900 |
| commit | 74b6e70ef4cf1e625ff968ebf3e62dc9a0760ac1 (patch) | |
| tree | 3f2cf27f13e67dd1ff09a8cddd3830914574da9d | |
| parent | beefce1444adafac484bb69b625de2b30e7e80d2 (diff) | |
Fold a long line [ci skip]
| -rw-r--r-- | NEWS.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
