From 4997fcde338432a1be0cd6014ad52a5cd9cca8d9 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 6 Aug 2016 17:29:33 -0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c17fba2..59f4e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Package_versioning_policy). +## [2.1.1] - unreleased + +### Changed +- Interfaces of update and delete functions. They don't require MonadBaseControl +anymore. + ## [2.1.0] - 2016-06-21 ### Added