summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:56:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:56:54 +0900
commit71dc88df38f7bb7049aebf9c45e29fb808022541 (patch)
tree99db4aaba91507ce7835fef5882a219c75d3779d
parent172077232e7f40b4dfedf6a5434c252b3d326fab (diff)
downloadruby-71dc88df38f7bb7049aebf9c45e29fb808022541.tar.gz
Added entry about ext/readline
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index e90467c00f..6e226122b6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -82,6 +82,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`.
+
## C API updates
## Implementation improvements