From 841d4ff11d6948d49e8fa925ce9ad8c1296f21ff Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 23 Apr 2023 16:22:31 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35518b9..08dcb18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ This update accompanies the release of the [Telegram Bot API 6.7](https://core.t * Added object `\TgBotLib\Objects\Telegram\InputMessageContent > InputInvoiceMessageContent` to represent the content of an invoice message to be sent as the result of an inline query. * Added new exception class `NotImplementedException` to represent the case when a method is not implemented yet or the method is not applicable to the current object. +### Changed + * Refactored InputMessageContent types to its own namespace so InputMessageContent can always return the correct InputMessageContent object type when calling `fromArray()` + + ## [6.6.0] - 2023-04-10 This update accompanies the release of the [Telegram Bot API 6.6](https://core.telegram.org/bots/api#march-9-2023).