django-subscriptions-1.1.0
v1.1.0 (2019-10-04)
- Transition methods that received a
reason
argument now accept adescription
argument,
which is stored on the state log, so that reasons aren't lost. Reason is still valid,
but will not be persisted to the state log. Migrate to usingdescription
, and it will
log in the state log AND thereason
field.
state_unknown
,renewal_failed
,end_subscription
are affected.