Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.1.0 — 2017-03-19¶
Added
- Ability to create, edit, and send drafts
- Docstrings and full test coverage
- Proper documentation via Sphinx
Changed
DEFAULT_MESSAGE_STATUSESis now just[ "sent", "sending" ]and no longer includes failed-to-send messages.
Deprecated
- Removed
Session.count_sent_messagesandSession.get_sent_messages, since the change toDEFAULT_MESSAGE_STATUSESmakes them redundant.
0.0.0 — 2015-12-13¶
Initial release.