Releases: mike-engel/accept-language-rs
Releases · mike-engel/accept-language-rs
3.1.0
3.0.0
Add fuzzy testing
2018-09-22
Bug fixes
- accept-language-rs is now testing with cargo-fuzz. You can find the test results in the README.md file
- Compile and test with the latest version of stable rust
Support language parsing for some regions
Panic less
Bug fixes
- Prevent the thread from panicking when an invalid input is provided
- Compile and test with the latest version of rust