From 11cc1827c4e58cf5392fb488d612e6da58abbd21 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 9 Jun 2023 16:30:50 +0900 Subject: [PATCH] Added entry for racc changes to NEWS.md --- NEWS.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9fa28a14e2..51d17579e3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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