From 4c6d80cbd65dce832df9107783b312590e247cef Mon Sep 17 00:00:00 2001 From: Akhtyam Sakaev <3930435+asakaev@users.noreply.github.com> Date: Tue, 4 Sep 2018 15:38:53 +0300 Subject: [PATCH] Fix typo in CHANGES --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0ce8ed0178..2f05a4213b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -97,7 +97,7 @@ Cats 1.1.0 is binary compatible with 1.0.1, i.e. its jar is a drop-in replacemen * [#2141](https://github.com/typelevel/cats/pull/2141) Add NonEmptyMap by @LukaJCB * [#2123](https://github.com/typelevel/cats/pull/2123) Add `contains_`, `foldSmash` and `mkString_` to `FoldableOps` by @rsoeldner * [#2119](https://github.com/typelevel/cats/pull/2119) Fixes type params for OptionT.getOrElse(F) by @fcanedo -* [#2076](https://github.com/typelevel/cats/pull/2076) Add `Endo` type alias for (`A =>A`) by @kailuowang +* [#2076](https://github.com/typelevel/cats/pull/2076) Add `Endo` type alias for (`A => A`) by @kailuowang ### 4 Bug Fixes