Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.63 KB

Changelog

All notable changes in django-sms are documented below.

Changed

  • Add support for Django 3.2.

Deprecated

  • Drop support for Django 3.0.

Added

  • The sms.backends.twilio.SmsBackend to send text messages using Twilio (#7).

Added

  • The sms.backends.messagebird.SmsBackend to send text messages using MessageBird (#6).

Changed

  • Simplified the attributes of the sms.signals.post_send signal to include the instance of the originating Message instead of all attributes (#11).

0.3.0 (2021-01-30)

Added

  • The sms.signals.post_send signal to let user code get notified by Django itself after send() is called on a Message instance.

0.2.0 (2021-01-21)

Added

  • The file backend that writes text messages to a file (#1).

0.1.0 (2021-01-15)

Added

  • This CHANGELOG.md file to be able to list all notable changes for each version of django-sms.