From dac0a32214042dfa1770116b5b67a6e9f56fa848 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sat, 13 Feb 2021 13:08:48 -0600 Subject: [PATCH] Document improvements on linking mentions with apostrophes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 095ed6e..476595c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixed - Incorrect detection of IPv4 addresses causing random numbers (e.g., $123.45) to get linked +- Inability to link mentions with a trailing apostrophe. e.g., @user@example's ## 0.4.0 - 2020-11-24