Skip to content

Commit

Permalink
Remove extra changelog added by #31944
Browse files Browse the repository at this point in the history
Previously it was removed by #32106 since it was backported to `5-2-stable`.

[ci skip]
  • Loading branch information
bogdanvlviv committed Feb 26, 2018
1 parent 9cf7e79 commit a72bc8f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions activesupport/CHANGELOG.md
Expand Up @@ -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 👩‍👩‍👦‍👦.

Expand Down

0 comments on commit a72bc8f

Please sign in to comment.