diff options
author | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-02-23 18:09:28 -0500 |
---|---|---|
committer | Jordan Nornhold <therealbeardyman@gmail.com> | 2016-02-23 18:09:28 -0500 |
commit | b1d42b5c4465bbf901ee8bcbafa4fade70f9927a (patch) | |
tree | 9692a61fd1b09e3e65fc51e031f04d10ecd0c161 | |
parent | 079c21446283a4adc3a4ac6f7c0c9ad7f86d34b7 (diff) | |
download | php-sparkpost-b1d42b5c4465bbf901ee8bcbafa4fade70f9927a.zip php-sparkpost-b1d42b5c4465bbf901ee8bcbafa4fade70f9927a.tar.gz php-sparkpost-b1d42b5c4465bbf901ee8bcbafa4fade70f9927a.tar.bz2 |
Issue-32
Closes #32
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1133584 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [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 |