mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32122 from bogdanvlviv/remove-extra-changelog-added-by-31944
Remove extra changelog added by #31944
This commit is contained in:
commit
f7157e48ea
1 changed files with 0 additions and 16 deletions
|
@ -21,22 +21,6 @@
|
|||
|
||||
*Tomas Valent*
|
||||
|
||||
* Return all mappings for a timezone identifier in `country_zones`
|
||||
|
||||
Some timezones like `Europe/London` have multiple mappings in
|
||||
`ActiveSupport::TimeZone::MAPPING` so return all of them instead
|
||||
of the first one found by using `Hash#value`. e.g:
|
||||
|
||||
# Before
|
||||
ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh"]
|
||||
|
||||
# After
|
||||
ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh", "London"]
|
||||
|
||||
Fixes #31668.
|
||||
|
||||
*Andrew White*
|
||||
|
||||
* `String#truncate_bytes` to truncate a string to a maximum bytesize without
|
||||
breaking multibyte characters or grapheme clusters like 👩👩👦👦.
|
||||
|
||||
|
|
Loading…
Reference in a new issue