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 bed988c commit f8814ecCopy full SHA for f8814ec
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
- …
6
7
+## fluent-locale 0.4.1 (August 6, 2018)
8
+
9
+ - Separate out requested from available to allow for different mixes of Vec and &[].
10
11
## fluent-locale 0.4.0 (August 6, 2018)
12
13
- Ergonomics improvement - `negotiate_languages` now accepts &[&str], &[String], Vec<&str> and Vec<string>
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.4.0"
+version = "0.4.1"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
0 commit comments