# Changelog
## Unreleased
- …
## unic-locale 0.6.0 (October 3, 2019)
- Add `add_likely_subtags` and `remove_likely_subtags`.
- Add `get_character_direction`.
## unic-locale 0.5.0 (September 5, 2019)
- Complete well-formed logic.
## unic-locale 0.4.2 (August 2, 2019)
- Update the macros to 0.3.0.
## unic-locale 0.4.1 (July 29, 2019)
- Update the macros to 0.2.0 to make the macro work without explicit import of the impl.
## unic-locale 0.4.0 (July 26, 2019)
- Switch to FromStr instead of TryFrom
- Add locale! macro
- Skip parsing and allocating when using macros
## unic-locale 0.3.0 (July 24, 2019)
- Switch variants to handle Option for ergonomics
- Extend fixtures coverage
- Introduce From/Into/AsRef helpers
## unic-locale 0.2.0 (July 9, 2019)
- Expose LanguageIdentifier from unic_locale
- Switch to TryFrom
- Improve Extension handling
## unic-locale 0.1.0 (June 15, 2019)
- Initial release