summaryrefslogtreecommitdiffstats
path: root/third_party/rust/oxilangtag/CHANGELOG.md
blob: dd34d7e49b92c73031f4a0dd9ffd31d21567c117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

## [0.1.3] - 2022-03-26

### Added
- `LanguageTag` now implements Serde `Serialize` and `Deserialize` trait if the `serde` crate is present. 
 The serialization is a plain string.


## [0.1.2] - 2021-04-16

### Added
- `LanguageTag` struct with a parser, case normalization and components accessors.

### Changed
- Proper attribution from [`language-tags`](https://github.com/pyfisch/rust-language-tags/).