From 6213565fe6ed42b2ffeaa5da63f91c692b8c966f Mon Sep 17 00:00:00 2001 From: julien-truffaut Date: Sun, 27 Apr 2014 12:19:03 +0100 Subject: [PATCH] Update release note --- note/ReleaseNote-0.2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/note/ReleaseNote-0.2.0.md b/note/ReleaseNote-0.2.0.md index d0b9ea949..b7f2fdaf0 100644 --- a/note/ReleaseNote-0.2.0.md +++ b/note/ReleaseNote-0.2.0.md @@ -20,5 +20,5 @@ * `?-> == composePrism` * `|-> == composeLens` * `|->> == composeTraversal` -* Start to experiment using shapeless to generate Iso to `HList` in generic sub module -* Add documentation in examples and improve landing page +* Add experimental sub project generic, using shapeless to generate Iso between `HList` and case class or tuple +* Add documentation in examples \ No newline at end of file