-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4aeb92
commit 084d769
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "3.0.1" | ||
version in ThisBuild := "3.0.2" |