aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2018-10-10 20:07:19 +0100
committerGitHub <noreply@github.com>2018-10-10 20:07:19 +0100
commit3cfcf1615dfe434e1aa10d5c904d537b159e1566 (patch)
treedc1271227d8cef2bf6a687e0b31e288c99d274d6 /CHANGELOG.rst
parent713e9aeb4d63732f7671f9c7ac3d9c4897449583 (diff)
parent1dbb060c44423048d9782b9a9977e51cc8f43b8d (diff)
Merge pull request #57 from matrix-org/dbkr/wasm
WebAssembly support
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
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: