From 3ff1f5730c6275fd967c1d7ae830af199614f91b Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Thu, 1 Jan 2026 01:17:30 +0530 Subject: [PATCH] docs: update changelog (#655) * docs: update changelog Closes https://github.com/FossifyOrg/Messages/issues/282 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6c4484..26e14f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed missing notifications in some cases ([#159]) - Fixed incorrect blocking of MMS messages in some rare cases ([#644]) +- Fixed issue with importing alphanumeric blocked numbers ([#282]) ## [1.7.0] - 2025-12-16 ### Added @@ -210,6 +211,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#264]: https://github.com/FossifyOrg/Messages/issues/264 [#274]: https://github.com/FossifyOrg/Messages/issues/274 [#279]: https://github.com/FossifyOrg/Messages/issues/279 +[#282]: https://github.com/FossifyOrg/Messages/issues/282 [#287]: https://github.com/FossifyOrg/Messages/issues/287 [#288]: https://github.com/FossifyOrg/Messages/issues/288 [#290]: https://github.com/FossifyOrg/Messages/issues/290