From b6641a7e79142a7ada7a8bcf5c1799e5c97f9ad7 Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Wed, 9 Aug 2017 13:04:12 +0200 Subject: [PATCH] Add link to rewrites in CHANGES.md --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1170a31a7f..f1bc2d0b9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,7 +35,8 @@ as many breaking changes as possible in this release before we lock down the API * `iteratorFoldM` was removed from `Foldable` due to #1716 * `Split` is removed, and the method `split` is moved to `Arrow`. Note that only under `CommutativeArrow` does it guarantee the non-interference between the effects. see #1567 - +If you feel adventurous you can try the experimental Scalafix rewrites. +See all the available rewrites and the instructions [here](/scalafix/README.md). ### Breaking Changes: * [#1614](https://github.com/typelevel/cats/pull/1614): added `leftT` and improved existing lift API for `EitherT`. by @kailuowang