summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-09 16:30:50 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-09 16:30:55 +0900
commit11cc1827c4e58cf5392fb488d612e6da58abbd21 (patch)
treeadb782eea4826fa0f706824b1ebed7864319e3b4 /NEWS.md
parent56d74e4ca0cb5db2f38798472c972e189590964e (diff)
Added entry for racc changes to NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md9
1 files 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