From 9c3d87a6dab8eb785a93bff11aa183796dc93183 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Thu, 6 May 2021 09:32:37 -0700 Subject: [PATCH] Update changelog for v7.0.1 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b49179..cd488b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ Notable changes to this project are documented in this file. The format is based Breaking changes: New features: -- Export `ifindOf`, `iforOf`, and `iforOf_` implemented in #66 by @Rufflewind and #21 by @zrho (#131 by @JordanMartinez) Bugfixes: +Other improvements: + +## [v7.0.1](https://github.com/purescript-contrib/purescript-profunctor-lenses/releases/tag/v7.0.1) - 2021-05-06 + +New features: +- Export `ifindOf`, `iforOf`, and `iforOf_` implemented in #66 by @Rufflewind and #21 by @zrho (#131 by @JordanMartinez) + Other improvements: - Fix warnings revealed by PS v0.14.1 (#131 by @JordanMartinez)