From 3c20d8ac5616750f83ad7465ad788102b0d07d91 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 18 Jun 2023 21:27:40 +0200 Subject: [PATCH] release: Release 0.5.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a727d..8a1b847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,4 +64,5 @@ This version is a complete rework of omemo_dart! - Removed serialization/deserialization code - Replace exceptions with errors inside a result type - Ratchets and trust data is now loaded and cached on demand -- Accessing the trust manager must happen via `withTrustManager` \ No newline at end of file +- Accessing the trust manager must happen via `withTrustManager` +- Overriding the base implementations is replaced by providing callback functions \ No newline at end of file