From ff85bf5e66c3151f503c5f4b266ce60c40c8761a Mon Sep 17 00:00:00 2001 From: Serge Barinov Date: Sun, 5 Jun 2022 09:50:12 +0300 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821e928f..52527899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + + - Fix Api Unknown error (Can't parse entities) on message created with `utils::markdown::user_mention_or_link` if user full name contaiins some escapable symbols eg '.' + ## 0.9.1 - 2022-05-27 ### Fixed