diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-18 15:48:48 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-18 15:48:48 +0000 |
commit | 972798d1b7956f51122cb5c92293c04d1258322e (patch) | |
tree | 51a5c278885df68a13e17017dcde327e42c40815 | |
parent | 3c02c1547c09f5934c2d5620790545701d2034eb (diff) |
Prep changelog for 2.2.0
-rw-r--r-- | CHANGELOG.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4547eaa..fa888bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +Changes in `2.2.0 <http://matrix.org/git/olm/commit/?h=2.2.0>`_ +=============================================================== + +This release includes the following changes since 2.1.0: + +* Add Java wrappers to allow use under Android. + +New functionality: + +* Add a number of methods allowing InboundGroupSessions to be exported and + imported. These are: ``olm_inbound_group_session_first_known_index``, + ``olm_export_inbound_group_session_length``, + ``olm_export_inbound_group_session``, ``olm_import_inbound_group_session`` + and ``olm_inbound_group_session_is_verified``. Corresponding wrappers are + available in the Javascript, Python, Objective-C and Android wrappers. + +Objective-C wrapper: + +* Fix a number of issues with the build scripts which prevented it being used + for macOS/Swift projects. Thanks to Avery Pierce. + Changes in `2.1.0 <http://matrix.org/git/olm/commit/?h=2.1.0>`_ =============================================================== |