aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:39 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:39 -0400
commit9349c1b82bda4188f4fda85b1214abf50e994a7f (patch)
treed42de42c93563de499526552b4e0b5aa9679003f /CHANGELOG.rst
parent6fea6898d4d9e463f1f86be3280fd809e30a4915 (diff)
changelog for release
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 80aaa09..062990b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,9 +1,24 @@
-Changes in `3.1.4 <https://gitlab.matrix.org/matrix-org/olm/tags/3.1.4>`_
+Changes in `3.1.5 <https://gitlab.matrix.org/matrix-org/olm/tags/3.1.5>`_
=========================================================================
This release includes the following changes since 3.1.4:
* Build improvements:
+ * Fix CMake handling when installing in a non-standard location. Thanks to
+ Alexey Rusakov.
+ * Add support in the Makefile for creating a WASM-ready archive. Thanks to
+ stoically.
+ * Improve support for LLVM is Makefile. Thanks to caywin25 for reporting.
+* Add a TypeScript definition file.
+* Some documentation and example fixes.
+* Add list of bindings to the README.
+
+Changes in `3.1.4 <https://gitlab.matrix.org/matrix-org/olm/tags/3.1.4>`_
+=========================================================================
+
+This release includes the following changes since 3.1.3:
+
+* Build improvements:
* Install headers in the system-configured include directory with CMake.
* Overwrite symbolic links when installing with make.
* Improve compatibility with more emscripten versions.