All notable changes in django-sms are documented below.
- Add support for Django 4.2 and 5.0.
- Add support for Python 3.12.
- Drop support for Django 2.2, 3.1 and 4.0.
- Drop support for Python 3.6 and 3.7.
- Add support for Django 3.2, 4.0 and 4.1.
- Add support for Python 3.11.
- Drop support for Django 3.0.
- The sms.backends.messagebird.SmsBackend to send text messages using MessageBird (#6).
- 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)
- 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)
- The file backend that writes text messages to a file (#1).
0.1.0 (2021-01-15)
- This
CHANGELOG.md
file to be able to list all notable changes for each version of django-sms.