Skip to content

Commit

Permalink
fluent-langneg 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Jul 1, 2019
1 parent cf6b314 commit 3d15a02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions fluent-langneg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Changelog

## Unreleased
## fluent-langneg 0.2.0 (July 1, 2019)

- Drop support for IE and old evergreen browsers. (#133)

Currently supported are: Firefox 52+, Chrome 55+, Edge 15+, Safari 10.1+,
iOS Safari 10.3+ and node 8.9+.
- Accept language variant tags as defined by UTS35. (#381)

## fluent-langneg 0.1.1 (February 7, 2019)

- Align the algorithm with C++/Rust implementations to fix the `zh-HK` scenario (#335)

- Drop support for IE and old evergreen browsers. (#133)

Currently supported are: Firefox 52+, Chrome 55+, Edge 15+, Safari 10.1+,
iOS Safari 10.3+ and node 8.9+.

## fluent-langneg 0.1.0 (August 17, 2017)

- `negotiateLanguages` is now a named export.
Expand Down
2 changes: 1 addition & 1 deletion fluent-langneg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fluent-langneg",
"description": "Language Negotiation API for Fluent",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "https://projectfluent.org",
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3d15a02

Please sign in to comment.