summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-22 23:08:38 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-22 23:08:38 +0900
commit175952bf0779f236be643880f8a04b9d46dcd083 (patch)
tree9a495c72e10c835026c13e33eb7baad30468e248 /NEWS.md
parent82e836dc7d2aa8cf13d7bc6d671f64b26ea12091 (diff)
NEWS for [Feature #16233] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index a1838f14e3..c84f8eb3f8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -146,6 +146,12 @@ Outstanding ones only.
* ENV.except, which returns a hash excluding the given keys
and their values. [[Feature #15822]]
+* Encoding
+
+ * New encoding
+
+ * Added new encoding IBM720. [[Feature #16233]]
+
* Hash
* Modified method
@@ -599,6 +605,7 @@ end
[Feature #16150]: https://bugs.ruby-lang.org/issues/16150
[Feature #16166]: https://bugs.ruby-lang.org/issues/16166
[Feature #16175]: https://bugs.ruby-lang.org/issues/16175
+[Feature #16233]: https://bugs.ruby-lang.org/issues/16233
[Feature #16260]: https://bugs.ruby-lang.org/issues/16260
[Feature #16274]: https://bugs.ruby-lang.org/issues/16274
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377