From 8635d68ba8546b333f0c9cdff4f0e6c4b915c159 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 2 Oct 2018 12:09:33 +0100 Subject: Add other breaking change --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9160ff1..6b450b4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,10 @@ 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. +olm_pk_generate_key() and olm_pk_generate_key_random_length() have +been removed: to generate a random key, use olm_pk_key_from_private() +with random bytes as the private key. + Changes in `2.3.0 `_ This release includes the following changes since 2.2.2: -- cgit v1.2.3