ChangeLog.rst 732 B

12345678910111213141516171819202122232425262728
  1. ===========
  2. ChangeLog
  3. ===========
  4. 0.3.0 (2019-09-22)
  5. ==================
  6. * Bot was fixed to use latest Dexador with support
  7. of ``read-timeout`` and ``connect-timeout``.
  8. 0.2.0 (2019-09-16)
  9. ===================
  10. * Added a dependency from trivial-timeout and now connect timeout is used when
  11. doing requests to API.
  12. * Function ``make-<bot-class>`` now proxie any parameters to the class's constructor.
  13. * Now function ``stop-processing`` checks if thread is alive before destroying it.
  14. 0.1.0
  15. =====
  16. Refactorings
  17. ------------
  18. Project was broken down to subpackages, nicknames ``telegram-bot`` and
  19. ``tg-bot`` were removed, because now system uses ASDF's
  20. package-inferred-system class and each file have it's own separate packages.