Skip to content

Commit

Permalink
added notes for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Feb 16, 2017
1 parent f4aeb92 commit 084d769
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions notes/3.0.2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Super important maintenance version!!!

This version contains some important fixes to `Member` implicits. You should definitely **not use 3.0.0 or 3.0.1** because
those versions contain the possibility to throw `ClassCastExceptions` depending on the effect stack you use.

## Improvements

* added objects to import creation / interpretation methods for task and future effects
- `org.atnos.eff.addon.scalaz.task._`
- `org.atnos.eff.addon.monix.task._`
- `org.atnos.eff.addon.fs2.task._`
- `org.atnos.eff.addon.twitter.future._`

* added objects to import syntax methods for task and future effects
- `org.atnos.eff.syntax.addon.scalaz.task._`
- `org.atnos.eff.syntax.addon.monix.task._`
- `org.atnos.eff.syntax.addon.fs2.task._`
- `org.atnos.eff.syntax.addon.twitter.future._`

## Fixes:

* possible `ClassCastException` when running [stacks of 4 effects](https://gitter.im/atnos-org/eff?at=58a4f376fef1d2de52aa6288)

2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "3.0.1"
version in ThisBuild := "3.0.2"

0 comments on commit 084d769

Please sign in to comment.