• A
    Fix acronym support in `humanize` · 0ddde0a8
    Andrew White 提交于
    Acronym inflections are stored with lowercase keys in the hash but
    the match wasn't being lowercased before being looked up in the hash.
    This shouldn't have any performance impact because before it would
    fail to find the acronym and perform the `downcase` operation anyway.
    
    Fixes #31052.
    0ddde0a8
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 11.3 KB