Skip to content

Commit

Permalink
added notes for 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Feb 26, 2017
1 parent 017f7a4 commit 6c1b59f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions notes/3.0.4.markdown
@@ -0,0 +1,10 @@
Maintenance version

## Improvements

* made the `runAsync` methods more generic by accepting any stack which can be translated to `Fx1[M]`
* added a convenience method to shutdown the execution services on a future completion

## Fixes

* fixed a possible deadlock when shutting down `ExecutorServices`
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "3.0.3"
version in ThisBuild := "3.0.4"

0 comments on commit 6c1b59f

Please sign in to comment.