Updated CHANGELOG.md

This commit is contained in:
netkas 2024-11-27 15:40:19 -05:00
parent d8dc131df6
commit e22792cc8e

View file

@ -9,21 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Added unit tests
* Added `can_connect_to_business` & `has_main_web_app` to User object
* Added LinkPreviewOptions object
* Added PaidMedia, PaidMediaPhoto, PaidMediaPreview, PaidMediaVideo & PaidMediaType Enum
* Added PaidMediaInfo Object
* Added Story object
* Added Giveaway object
* Added GiveawayWinners object
* Added ExternalReplyInfo object
### Changed
* Refactored the way HTTP requests are handled & methods are called
* Refactor enums to use native PHP 8.1 syntax
* Moved Types to their own namespace
* Refactored `close` method
* Refactored `getMe` method
* Refactored `logOut` method
* Refactored all Objects & Methods to use a different system
* Refactored the event system to allow for more event types
## [6.7.0] - 2023-08-10