Added entry for racc changes to NEWS.md

This commit is contained in:
Hiroshi SHIBATA 2023-06-09 16:30:50 +09:00
parent 56d74e4ca0
commit 11cc1827c4
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -88,10 +88,11 @@ changelog for details of the default gems or bundled gems.
## Stdlib compatibility issues
### `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 no longer need to install libraries like `libreadline` or `libedit`.
* `racc` is promoted 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 no longer need to install libraries like `libreadline` or `libedit`.
## C API updates