From bc68846eaa95c8a9ed1e90676bad61bf8d88ede9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20L=C3=B6vgren?= Date: Sun, 11 Mar 2018 15:44:06 +0000 Subject: [PATCH] Add release date for v0.8.0 --- notes/0.8.0.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/0.8.0.markdown b/notes/0.8.0.markdown index f5d5dfae..999407d1 100644 --- a/notes/0.8.0.markdown +++ b/notes/0.8.0.markdown @@ -52,3 +52,5 @@ Some of the notable changes to the usage guide include the following. [cats]: https://typelevel.org/cats/ [withValues]: https://cir.is/api/ciris/index.html#withValues[F[_],A1,A2,Z](a1:ciris.ConfigValue[F,A1],a2:ciris.ConfigValue[F,A2])(f:(A1,A2)=>F[Either[ciris.ConfigErrors,Z]])(implicitevidence$6:ciris.api.Monad[F]):F[Either[ciris.ConfigErrors,Z]] [withValue]: https://cir.is/api/ciris/index.html#withValue[F[_],A1,Z](a1:ciris.ConfigValue[F,A1])(f:A1=>F[Either[ciris.ConfigErrors,Z]])(implicitevidence$3:ciris.api.Monad[F]):F[Either[ciris.ConfigErrors,Z]] + +Released on 2018-03-11.