File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44
55 - …
66
7+ ## fluent-langneg 0.11.0 (November 7, 2019)
8+
9+ - Change name to ` fluent-langneg ` to better reflect the purpose.
10+ - Update to ` unic-langid ` 0.7.
11+ - Include feature "cldr" to use full CLDR likely-subtags.
12+ - Improved performance by 50% in the default case, and by further 34% when using CLDR feature.
13+ - Accept ` AsRef<[u8]> ` instead of ` AsRef<str> ` .
14+
715## fluent-locale 0.10.0 (October 3, 2019)
816
917 - Update to ` unic-langid ` 0.6.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "fluent-langneg"
33description = """
44A library for language and locale negotiation.
55"""
6- version = " 0.10 .0"
6+ version = " 0.11 .0"
77authors = [" Zibi Braniecki <gandalf@mozilla.com>" ]
88homepage = " http://projectfluent.org/"
99license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments