diff options
author | David Baker <dave@matrix.org> | 2018-09-25 18:03:31 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-09-25 18:03:31 +0100 |
commit | 498562fa65c7ba790b3cdaf0e8e4568765bdfc8f (patch) | |
tree | 500fdab0f74f6fe0f543e00a389f97a2d1e6889d | |
parent | dfbe8a4796747b0a732f0eb322a37de99a2d2eb9 (diff) |
Breking change
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa1eccb..9160ff1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +Changes in latest release + +BREAKING CHANGE: Olm now uses WebAssembly which means it needs +to load the wasm file asynchronously, and therefore needs to be +started up asynchronously. The imported module now has an init() +method which returns a promise. The library cannot be used until +this promise resolves. It will reject if the library fails to start. + Changes in `2.3.0 <http://matrix.org/git/olm/commit/?h=2.3.0>`_ This release includes the following changes since 2.2.2: |