Skip to content

Commit

Permalink
Merge pull request #101 from Stampie/beta1
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
fbourigault authored Feb 5, 2018
2 parents 55bc297 + 045ceb6 commit cc173f1
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,30 @@

The change log describes what been "Added", "Removed", "Changed" or "Fixed" between versions

### Unreleased
## Unreleased

## 1.0.0-beta1

### Added

- All exception implements `Stampie\ExceptionInterface`.

### Changed

- The `setHttpClient`, `setServerToken` and `getServerToken` methods have been removed from `Stampie\MailerInterface`.
- The `Stampie\MailerInterface::send` method no longer return a boolean. Errors are now reported using exceptions that implements `Stampie\ExceptionInterface`. As core mailers were already throwing exceptions when sending a message, the BC break impact is limited.
- The `SendGrid` mailer is updated to version 3. Please update your token.
- We use PSR-4 instead of PSR-0 for auto loading.

### Removed

- The `setHttpClient`, `setServerToken` and `getServerToken` methods have been removed from `Stampie\MailerInterface`.
- `Response` and `ResponseInterface` has been removed in favor of PSR-7.
- `SendGrid::setServerToken()` was removed. Use constructor instead.

### 1.0.0-alpha2
## 1.0.0-alpha2

- Allow more special characters in password
- Allow more special characters in password.

### 1.0.0-alpha1
## 1.0.0-alpha1

- Replaced our HTTP Adapters with HTTPlug.
- Replaced our HTTP Adapters with HTTPlug.

0 comments on commit cc173f1

Please sign in to comment.