Skip to content

Commit bc55189

Browse files
committed
fluent 0.11.0
1 parent 9cb8207 commit bc55189

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
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## fluent 0.11.0 (February 15, 2019)
4+
5+
- Add the `allowOverrides` option to `FluentBundle.addResource`. (#332)
6+
7+
`FluentBundle.addResource` and `FluentBundle.addMessages` now both accept
8+
an `options` object as the last argument. The `allowOverrides` option may
9+
be used to control whether it's allowed to override existing mesages or
10+
terms with new values. The default is `false`.
11+
12+
313
## fluent 0.10.0 (December 13, 2018)
414

515
This release of `fluent` brings support for version 0.8 of the Fluent Syntax

fluent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluent",
33
"description": "Localization library for expressive translations.",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"homepage": "http://projectfluent.org",
66
"author": "Mozilla <l10n-drivers@mozilla.org>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)