Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 928 Bytes

CHANGES.md

File metadata and controls

29 lines (24 loc) · 928 Bytes

Changelog

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

[2.0.4] - 2024-06-12 (Joris Pennings)

Changed

  • Global gateway url

[2.0.3] - 2023-03-28 (ricosuave73)

Fixed

  • Messages collection moved from class to instance. PR by sheepsy90.

[2.0.2] - 2022-11-10 (ricosuave73)

Fixed

  • Fixed a bug, where setting the sender was ignored.

[2.0.1] - 2022-06-07 (Joris Pennings)

Added

  • init.py to new subfolder as a fix for the published module.

[2.0.0] - 2022-05-31 (Joris Pennings)

Added

  • Changelog to repository.
  • Reference and customgrouping3 to request body in text_client:send().
  • Docstrings to most functions.

Changed

  • Refactored module name: CM_text_sdk_python > cm_text_sdk_python.
  • Implemented _init_ in cm_text folder for better imports.
  • Refactored all camelcase files to lowercase.
  • Gave every example a preceding number in order of creation.