All Versions
15
Latest Version
Avg Release Cycle
94 days
Latest Release
1756 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.2 Changes
May 14, 2017- Alternative instantiation method -
from_config
.
- Alternative instantiation method -
-
v0.11.1 Changes
May 10, 2017- โ Test helpers. #112
-
v0.11.0 Changes
May 02, 2017 -
v0.10.1 Changes
April 03, 2017๐ Fixed
- ๐ Fix Bcc ignoring in Django backend. #135
-
v0.10.0 Changes
March 30, 2017โ Added
- Short-circuit send of empty batches in Django backend. #123
๐ Changed
OutboundMessageManager.get_details
andInboundMessageManager.get_details
were methods were renamed toget
. Now they returnsOutboundMessage
andInboundMessage
instances respectively. #125- ๐ Renamed
token
kwarg inPostmarkClient
toserver_token
. #130
๐ Fixed