Skip to content

Commit

Permalink
Add NEWS about UTF-8 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Dec 8, 2020
1 parent 509241b commit 4b583d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Expand Up @@ -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
Expand Down

0 comments on commit 4b583d4

Please sign in to comment.