Skip to content

Commit b1d42b5

Browse files
committed
Issue-32
Closes #32
1 parent 079c214 commit b1d42b5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [Unreleased]
6+
- All content has been released to date.
7+
8+
## [1.0.1] - 2016-02-24
9+
### Added
10+
- Example for using `setupUnwrapped()` to get a list of webhooks.
11+
- CHANGELOG.md for logging release updates and backfilled it with previous release.
12+
13+
### Fixed
14+
- Library will now throw a `SparkPost\APIReponseException` properly when a 4XX http status is encountered.
15+
16+
## [1.0.0] - 2015-10-15
17+
### Added
18+
- Request adapter interface for passing in request adapters via `Ivory\HttpAdapter`
19+
- Ability to create 'unwrapped' modules for API endpoints that haven't had functionality included yet.
20+
- Instructions for setting up request adapters in README
21+
22+
### Changed
23+
- Library now requires PHP 5.5 or greater
24+
- Updated interface to be instance based with referenceable objects rather than static functions.
25+
26+
### Fixed
27+
- README now has proper code blocks denoting PHP language

0 commit comments

Comments
 (0)