Skip to content

Commit

Permalink
[Bug #20929] NEWS for Time#zone encoding change on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 6, 2024
1 parent 1c15f64 commit cb8625e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ Note: We're only listing outstanding class updates.
associated with the AST node. [[Feature #20624]]
* Add RubyVM::AbstractSyntaxTree::Location class which holds location information. [[Feature #20624]]

* Time

* On Windows, now Time#zone encodes the system timezone name in UTF-8
instead of the active code page, if it contains non-ASCII characters.
[[Bug #20929]]

* Warning

* Add Warning.categories method which returns a list of possible warning categories.
Expand Down Expand Up @@ -378,3 +384,4 @@ details of the default gems or bundled gems.
[Feature #20860]: https://bugs.ruby-lang.org/issues/20860
[Feature #20876]: https://bugs.ruby-lang.org/issues/20876
[Feature #20902]: https://bugs.ruby-lang.org/issues/20902
[Bug #20929]: https://bugs.ruby-lang.org/issues/20929

0 comments on commit cb8625e

Please sign in to comment.