Added entry for racc changes to NEWS.md
This commit is contained in:
parent
56d74e4ca0
commit
11cc1827c4
9
NEWS.md
9
NEWS.md
@ -88,10 +88,11 @@ changelog for details of the default gems or bundled gems.
|
|||||||
|
|
||||||
## Stdlib compatibility issues
|
## Stdlib compatibility issues
|
||||||
|
|
||||||
### `ext/readline` is retired
|
* `racc` is promoted bundled gems.
|
||||||
|
* You need to add `racc` to your `Gemfile` if you use `racc` under bundler environment.
|
||||||
* 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`.
|
* `ext/readline` is retired
|
||||||
* We no longer need to install libraries like `libreadline` or `libedit`.
|
* 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
|
## C API updates
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user