Skip to content

Commit

Permalink
Merge pull request #1149 from adrai/patch-1
Browse files Browse the repository at this point in the history
fix link in changelog
  • Loading branch information
jamuhl committed Dec 18, 2018
2 parents bc58338 + 67bec0d commit 85637ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@
BREAKING:

- adds typescript definitions directly into this repo - no longer need to grab them from definitlytyped [1142](https://github.com/i18next/i18next/pull/1142)
- promise API added for all functions providing a callback [https://github.com/i18next/i18next/pull/1130](1130) -> means those will now return a Promise and not this -> so you can't chain eg. i18next.init().on() anylonger as init returns a Promise
- promise API added for all functions providing a callback [1130](https://github.com/i18next/i18next/pull/1130) -> means those will now return a Promise and not this -> so you can't chain eg. i18next.init().on() anylonger as init returns a Promise

### 12.1.0

Expand Down

0 comments on commit 85637ee

Please sign in to comment.