tgbotlib/CHANGELOG.md
2023-02-28 22:19:59 -05:00

1,019 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[6.5.4] - Unreleased

Changed

  • Removed unused __destruct() method from \TgBotLib\Bot

[6.5.3] - Unreleased

Fixed

  • Added proper construction for PollOption[] objects in TgBotLib\Objects\Telegram > Poll

[6.5.2] - 2023-02-26

Added

  • Added dependency net.nosial.tempfile to create temporary files when uploading content from memory.
  • Added \TgBotLib\Abstracts > ChatActionType
  • Added logging events to \TgBotLib\Bot > handleUpdate()

Fixed

  • Fixed file uploads when trying to upload content from memory.

[6.5.1] - 2023-02-23

Fixed

  • Added a null-safe check for Poll's explanation_entities field. #1

[6.5.0] - 2023-02-20

Added

  • First Release