Skip to content

Commit 967bc9c

Browse files
author
Zibi Braniecki
committed
fluent-locale 0.4.0
1 parent 1cbaff0 commit 967bc9c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
-
66

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+
711
## fluent-locale 0.3.2 (July 31, 2018)
812

913
- Make Locale::matches reject matches if privateuse is not empty

Cargo.toml

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

0 commit comments

Comments
 (0)