Registers e302725 in the CHANGELOG [ci skip]

References #34253.
This commit is contained in:
Xavier Noria 2018-10-28 19:44:16 +01:00
parent a2f44cc377
commit d3cf5d25fc

@ -1,3 +1,7 @@
* Improve the logic that detects non-autoloaded constants.
*Jan Habermann*, *Xavier Noria*
* Deprecate `ActiveSupport::Multibyte::Unicode#pack_graphemes(array)` and `ActiveSuppport::Multibyte::Unicode#unpack_graphemes(string)`
in favor of `array.flatten.pack("U*")` and `string.scan(/\X/).map(&:codepoints)`, respectively.