Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • 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.
13 changes: 10 additions & 3 deletions CHANGELOG.md
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.

0 comments on commit c5379aa

Please sign in to comment.