From 973425a91b6e3bf72dc302947db12a4be39876ee Mon Sep 17 00:00:00 2001 From: "Md. Ashikul Alam" Date: Mon, 28 Oct 2024 17:40:37 +0600 Subject: [PATCH] docs: update changelog for removal of unused queries --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4311c266fa..24819475fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Breaking changes +- Removed unused searchBirthRegistrations and searchDeathRegistrations queries, as they are no longer used by the client. + - **Title** Description ## Improvements