Skip to content

Commit c7317d5

Browse files
committed
fluent-langneg 0.11
1 parent e9bfca2 commit c7317d5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fluent-langneg"
33
description = """
44
A library for language and locale negotiation.
55
"""
6-
version = "0.10.0"
6+
version = "0.11.0"
77
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
88
homepage = "http://projectfluent.org/"
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)