aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-12-22 14:49:49 +0000
committerRichard van der Hoff <richard@matrix.org>2016-12-22 14:51:56 +0000
commite71dc46a1e37b3d66c54718cf42fda5b465105f7 (patch)
tree563f72c61d39d15727f68e2fe5b1f0d82bf0abd8 /CHANGELOG.rst
parent90b36130532d2d8040b39e310d8d0d5ee22aea0a (diff)
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst17
1 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 47b1547..4547eaa 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,9 +1,19 @@
-Changes in `2.0.1 <http://matrix.org/git/olm/commit/?h=2.0.1>`_
+Changes in `2.1.0 <http://matrix.org/git/olm/commit/?h=2.1.0>`_
===============================================================
-This release includes the following changes since 2.0.0
+This release includes the following changes since 2.0.0:
+
+* Add OLMKit, the Objective-C wrapper. Thanks to Chris Ballinger for the
+ initial work on this.
+
+Javascript wrapper:
+
+* Handle exceptions during loading better (don't leave a half-initialised
+ state).
+* Allow applications to tune emscripten options (such as the amount of heap).
+* Allocate memory for encrypted/decrypted messages on the empscripten heap,
+ rather than the stack, allowing more efficient memory use.
-* Add OLMKit, the Objective-C wrapper.
Changes in `2.0.0 <http://matrix.org/git/olm/commit/?h=2.0.0>`_
===============================================================
@@ -23,6 +33,7 @@ This release includes the following changes since 1.3.0:
* Add an ``install-headers`` target to the Makefile (and run it when installing
the library). (Credit to Emmanuel Gil Peyrot).
+
Changes in `1.3.0 <http://matrix.org/git/olm/commit/?h=1.3.0>`_
===============================================================