From a97973db4d6457770cdb715ef86785c77f3d8b45 Mon Sep 17 00:00:00 2001 From: Alex Radetsky Date: Thu, 14 Apr 2022 14:12:40 +0300 Subject: [PATCH] update changelog (#910) * update changelog * Update CHANGELOG.md Co-authored-by: vixentael --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea3b8189..fa0f69db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Changes that are currently in development and have not been released yet. +## [0.14.5](https://github.com/cossacklabs/themis/releases/tag/0.14.5), April 14th 2022 + +**Typescript compatibility issues in WasmThemis** + +- Improved SecureCell Seal in WasmThemis. Added optional context parameters to SecureCell Seal mode instead of using arguments in methods `encrypt()` and `decrypt()` to make compilers happy ([#909]). + +[#909]: https://github.com/cossacklabs/themis/pull/909 + ## [0.14.4](https://github.com/cossacklabs/themis/releases/tag/0.14.4), March 15th 2022 / April 05th 2022 **React Native Support**