Skip to content

Commit

Permalink
Updated changelog for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clement committed Mar 13, 2018
1 parent cfe25d2 commit 78f8a24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 3.1.0 (2018-03-13):

* Promise based web framework middleware instrumentation now supports callback
based sequencing.

Previously, a promise based middleware was assumed to continue to the next
middleware once the promise it returned resolved. This assumption has been
relaxed to allow for a callback to be supplied to the middleware to invoke the
next middleware.

### 3.0.0 (2018-03-06):

Expand Down

0 comments on commit 78f8a24

Please sign in to comment.