Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 589 Bytes

CHANGELOG.rst

File metadata and controls

22 lines (15 loc) · 589 Bytes

Changelog

v1.1.0 (2018-01-19)

  • Added the ability to pass an existing Flask instance into SlackEventAdapter
  • Added server response headers for python, os and package versions

v1.0.1 (2017-12-18)

  • Added change log ✅
  • Decode byte stream into utf-8 - fixing Python 3 compatability issue (Thanks @navinpai!)
  • Added host argument, to bind to hosts other than localhost (Thanks @calvinhp!)
  • Improved verification token logic (Thanks @benoitlavigne!)

v1.0.0 (2017-02-22)

  • Initial release 🎉