Skip to content

Commit

Permalink
Update CHANGELOG with changes to email clients
Browse files Browse the repository at this point in the history
  • Loading branch information
benvand committed Sep 10, 2018
1 parent 6a2b43b commit 6951a12
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Records breaking changes from major version bumps


## 44.0.0
## 44.0.0

PR [#455](https://github.com/alphagov/digitalmarketplace-utils/pull/455)

Expand All @@ -13,7 +12,23 @@ Apps should upgrade to `Flask==1.0.2` using the changelog here http://flask.poco
the breaking changes in [v1.0](http://flask.pocoo.org/docs/1.0/changelog/#version-1-0)


## 43.0.0
Updates to DMNotifyClient and addition of `DMMandrillClient`:

`DMNotifyClient.__init__ `parameter logger is now keyword-only

`DMNotifyClient.get_error_message` method has been deleted

`DMNotifyClient.send_email` parameter email_address has been renamed to to_email_address

`DMNotifyClient.get_reference` parameter email_adress has been renamed to to_email_address

dm_mandrill now contains a single class `DMMandrillClient`

`dm_mandrill.send_email` has been deleted. Its functionality has been moved to `DMMandrillClient.send_email`, however the function signature has changed.

`dm_mandrill.get_sent_emails` has been deleted. Its functionality has been moved to `DMMandrillClient.get_sent_emails`, however the function signature has changed.

## 43.0.0

PR [#447](https://github.com/alphagov/digitalmarketplace-utils/pull/447)

Expand All @@ -30,7 +45,7 @@ initialization of FeatureFlags for the app.
The dependency on Flask has been upgraded to Flask 0.12, so potentially apps are going to have to make changes
in concordance with http://flask.pocoo.org/docs/0.12/changelog/

## 42.0.0
## 42.0.0

PR [#400](https://github.com/alphagov/digitalmarketplace-utils/pull/400)

Expand Down

0 comments on commit 6951a12

Please sign in to comment.