-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
Jul 26, 2017
1 parent
98f63bd
commit c5379aa
Showing
1 changed file
with
10 additions
and
3 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 |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# CHANGELOG | ||
|
||
## 3.1.0 | ||
|
||
Extract new `ReadablePayloadInterface` and `WritablePayloadInterface` from | ||
`PayloadInterface`, then compose `PayloadInterface` from them. Existing | ||
implementions of `PayloadInterface` should continue to work, making this a | ||
backwards-compatible change. | ||
|
||
## 3.0.0 | ||
First stable release. | ||
|
||
First stable release. | ||
|
||
## 3.0.0-beta1 | ||
This release adds a PayloadStatus class of constants that is implementation-independent. | ||
|
||
This release adds a PayloadStatus class of constants that is implementation-independent. | ||
|
||
## 3.0.0-alpha | ||
First 3.x alpha release. | ||
|
||
First 3.x alpha release. |