From 30cdc9a9dfc523df989b8ed3cbe875585b601080 Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Thu, 12 Aug 2021 21:57:50 +1000 Subject: [PATCH] Prepare to release v1.15.0 --- changelogs/1.15.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelogs/1.15.0.md diff --git a/changelogs/1.15.0.md b/changelogs/1.15.0.md new file mode 100644 index 00000000..afc45fc4 --- /dev/null +++ b/changelogs/1.15.0.md @@ -0,0 +1,9 @@ +## [1.15.0](https://github.com/Kevin-Lee/effectie/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone21) - 2021-08-12 + +## Done +* Fix `CommonFutureFx` to use `Future.successful` for `pureOf` (#257) +* Add project to test cats related code (#259) +* Add `FxCtor` as an alternative to `EffectConstructor` (#261) +* `Fx` should no longer be `Monad` (#265) +* There should be a way to test each `Monad` law instead of testing all the laws at once. (#266) +* ~~Make `Fx` `Monad` (#256)~~ (Undone in favor of #265)