From 39a00929c7e050d2fa53a96b2ebfa682b62aac31 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Wed, 21 Oct 2020 01:34:03 +0200 Subject: [PATCH] fix function reference in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5627b04f0..0d03c3679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ happen over the wire even if the UI do not offer an option for that #1968 - breaking change: split quotes off message text, - UIs should use at least `dc_get_quoted_text()` to show quotes now #1975 + UIs should use at least `dc_msg_get_quoted_text()` to show quotes now #1975 - new api for quote handling: `dc_msg_set_quote()`, `dc_msg_get_quoted_text()`, `dc_msg_get_quoted_msg()` #1975 #1984 #1985 #1987 #1989 #2004