From 32eacc630944a412b43c1fd08aa70655f0e2da7a Mon Sep 17 00:00:00 2001 From: Vladislav Kibenko Date: Thu, 17 Oct 2024 14:13:55 +0500 Subject: [PATCH] chore(changeset): update changelog --- .changeset/itchy-moles-repair.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.changeset/itchy-moles-repair.md b/.changeset/itchy-moles-repair.md index 3d1c22b96..02abfee53 100644 --- a/.changeset/itchy-moles-repair.md +++ b/.changeset/itchy-moles-repair.md @@ -2,8 +2,6 @@ "@telegram-apps/sdk": minor --- -This Pull Request introduces stricter SDK usage requirements. - We realized that many developers might be using the SDK without knowing that some functionality they're using may not work. This is due to the non-strict `postEvent` function in the `init` function: ```ts