We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbaff0 commit 967bc9cCopy full SHA for 967bc9c
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- …
6
7
+## fluent-locale 0.4.0 (August 6, 2018)
8
+
9
+ - Ergonomics improvement - `negotiate_languages` now accepts &[&str], &[String], Vec<&str> and Vec<string>
10
11
## fluent-locale 0.3.2 (July 31, 2018)
12
13
- Make Locale::matches reject matches if privateuse is not empty
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-locale"
3
description = """
A library for parsing, serializing, manipulating and negotiating locales and language tags.
"""
-version = "0.3.2"
+version = "0.4.0"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
0 commit comments