diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 6ea0be81af1d5..2b6ccc435e491 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.1.0 (Unreleased) + +### Enhancements + +- The module has been internally refactored to use [Tannin](https://github.com/aduth/tannin) in place of [Jed](https://github.com/messageformat/Jed/). This has no impact on the public interface of the module, but should come with considerable benefit to performance, memory usage, and bundle size. + ## 3.0.0 (2018-09-30) ### Breaking Changes