summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 9a1da57753..36a301000e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -152,10 +152,16 @@ Outstanding ones only.
* ENV.except has been added, which returns a hash excluding the
given keys and their values. [[Feature #15822]]
+ * Windows: Read ENV names and values as UTF-8 encoded Strings
+ [[Feature #12650]]
+
* Encoding
* Added new encoding IBM720. [[Feature #16233]]
+ * Changed default for Encoding.default_external to UTF-8 on Windows
+ [[Feature #16604]]
+
* Fiber
* Fiber.new(blocking: true/false) allows you to create non-blocking