Skip to content

Commit f8814ec

Browse files
author
Zibi Braniecki
committed
fluent-locale 0.4.1
1 parent bed988c commit f8814ec

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.1 (August 6, 2018)
8+
9+
- Separate out requested from available to allow for different mixes of Vec and &[].
10+
711
## fluent-locale 0.4.0 (August 6, 2018)
812

913
- Ergonomics improvement - `negotiate_languages` now accepts &[&str], &[String], Vec<&str> and Vec<string>

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.4.0"
6+
version = "0.4.1"
77
authors = ["Zibi Braniecki <[email protected]>"]
88
homepage = "http://projectfluent.org/"
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)