Skip to content

Commit

Permalink
added notes for 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Apr 18, 2017
1 parent 9e98c9b commit 2ce38d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions notes/4.3.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Maintenance version

Improvements

* do not memoize failed values for tasks, futures and safe effects
* added a note in the user guide about effects not covered by the `all._` import [#90](https://github.com/atnos-org/eff/issues/90)

Fixes

* always pass `onNone` action when executing a continuation to make sure `Safe.thenFinally` always executes
* changed some `Option()` calls to `Some` to preserve user nulls [#91](https://github.com/atnos-org/eff/issues/91)

0 comments on commit 2ce38d1

Please sign in to comment.