Skip to content

Commit

Permalink
Tidy release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Oct 5, 2014
1 parent 953622b commit 26ca52a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions release.ft
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
### Use Cadence Event Extension
### Upgrade Cadence and Proof

Use the new event extension for Cadence to simplify the expression of the event handling.

### Always Listen for Errors

Set an error handler on the stream from the start. Only remove it when you're listening for a specific `"open"`, `"drain"` or `"end"` event.
Proof has changed. It's scaffold is simpler. It doesn't support the concept of cleanups, but it encourages the concept of cleanups, so I've implemented them directly in `write.t.js`.

### Issue by Issue

* Upgrade Proof to 0.0.50. #30.
* Upgrade Cadence to 0.0.43. #29.
* Upgrade Proof to 0.0.49. #28.
* Implement event handlers using event extension. #26.
* Always listen for errors. #25.
* Upgrade Cadence to 0.0.42. #24.
* Upgrade Proof to 0.0.49. #28.

0 comments on commit 26ca52a

Please sign in to comment.