What's Changed
- Fix case sensitivity with message keys by @nicksnyder in #358
Note: There have always been a small number of reserved words that cannot be used in message keys:id
,description
,hash
,leftdelim
,rightdelim
,zero
,one
,two
,few
,many
,other
. Prior to this release, only the lowercase versions were reserved. As of this release, any casing of these words are reserved (e.g. "Description", "ID"). This should have always been the case to align with the case insensitivity of message parsing, and the fact that it wasn't is a bug that is now fixed.
Full Changelog: v2.5.0...v2.5.1