-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from SparkPost/issue-32
changelog
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased][unreleased] | ||
- All content has been released to date. | ||
|
||
## [1.0.1] - 2016-02-24 | ||
### Added | ||
- Example for using `setupUnwrapped()` to get a list of webhooks. | ||
- CHANGELOG.md for logging release updates and backfilled it with previous release. | ||
|
||
### Fixed | ||
- Library will now throw a `SparkPost\APIReponseException` properly when a 4XX http status is encountered. | ||
|
||
## 1.0.0 - 2015-10-15 | ||
### Added | ||
- Request adapter interface for passing in request adapters via `Ivory\HttpAdapter` | ||
- Ability to create 'unwrapped' modules for API endpoints that haven't had functionality included yet. | ||
- Instructions for setting up request adapters in README | ||
|
||
### Changed | ||
- Library now requires PHP 5.5 or greater | ||
- Updated interface to be instance based with referenceable objects rather than static functions. | ||
|
||
### Fixed | ||
- README now has proper code blocks denoting PHP language | ||
|
||
[unreleased]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...HEAD | ||
[1.0.1]: https://github.com/sparkpost/php-sparkpost/compare/v1.0.0...v1.0.1 |