Updated CHANGELOG.md
This commit is contained in:
parent
3c692424f7
commit
c4fdd71bdc
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
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/),
|
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).
|
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
|
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
|
### Fixed
|
||||||
* Reposition debug log for event handler execution.
|
* Reposition debug log for event handler execution.
|
||||||
* Improve command check with method existence validation
|
* 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
|
## [8.0.0] - 2024-11-29
|
||||||
|
|
Loading…
Add table
Reference in a new issue