From c4fdd71bdcdc6788835950a75faa0572d6d29aaa Mon Sep 17 00:00:00 2001 From: netkas Date: Wed, 4 Dec 2024 13:38:11 -0500 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea1ca3..d09bc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [8.0.1] - Ongoing +## [8.0.1] - 2024-12-04 This update introduces bug fixes and improvements +### Changed + * Refactor PollingBot to use PsyncLib for updates + * Refactor optional parameters in method signatures + * Improve command check with method existence validation + ### Fixed * Reposition debug log for event handler execution. * Improve command check with method existence validation + * Allow nullable type for MessageEntity type + * Encode arrays as JSON in SendAudio parameters + * Refactor fromArray method for null data handling ## [8.0.0] - 2024-11-29