v6.0.0
What's Changed
- Fixes by @mjwills-k in #126
Breaking Changes
The changes in this release affect the encoding of identifiers. This is technically fixing an issue where an identifier such as "abc&def"
would actually retrieve the flags for the identity "abc"
and discard the "&def"
portion. Since this change will affect the behaviour for these identities, we are marking it as a major version release.
New Contributors
- @mjwills-k made their first contribution in #126
Full Changelog: v5.4.3...v6.0.0