summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 21:11:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-19 08:26:47 +0900
commite92a9399cc2f904693e177945a65115cbced4db3 (patch)
treeb560b266eeb047e6c13b76a98195bf56e85433cf
parent70b8bdbc90cb39938e1b5bae9f1abc2af91ba58b (diff)
Added sdbm entry to NEWS
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3234
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 7fa5f25cf2..c69321d507 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -210,6 +210,10 @@ Excluding feature bug fixes.
* `TRUE`/`FALSE`/`NIL` constants are no longer defined.
+* SDBM have been removed from ruby standard library.
+
+ * The issues of sdbm will handle at https://github.com/ruby/sdbm
+
## Stdlib compatibility issues
Excluding feature bug fixes.