Skip to content

Commit 48fe50e

Browse files
author
Zibi Braniecki
committed
fluent 0.4.0
1 parent 0f2e092 commit 48fe50e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

fluent/CHANGELOG.md

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

55
-
66

7+
## fluent 0.4.0 (August 31, 2018)
8+
9+
- Rename MessageContext to FluentBundle
10+
- Update the FluentBundle API to match fluent.js 0.8
11+
- Update intl-pluralrules to 1.0
12+
- Add FluentBundle::format_message
13+
- Add FluentResource for external resource caching
14+
- Update fluent-syntax to 0.1.1
15+
- Update the signature of FluentBundle::format and FluentBundle::format_message
16+
717
## fluent 0.3.1 (August 6, 2018)
818

919
- Update `fluent-locale` to 0.4.1.

fluent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
A localization library designed to unleash the entire expressive power of
55
natural language translations.
66
"""
7-
version = "0.3.1"
7+
version = "0.4.0"
88
authors = [
99
"Zibi Braniecki <[email protected]>",
1010
"Staś Małolepszy <[email protected]>"

0 commit comments

Comments
 (0)