From 4f5fa5bd3c86ea196d91096a9ab6488024d00349 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 6 May 2017 17:39:23 -0700 Subject: [PATCH] Update change log --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdb2f0..66a5163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.0] - unreleased + +### Changed +- Update and delete results are squashed into one WriteResult type +- Functions insertMany, updateMany, deleteMany are rewritten to properly report + various errors + ## [2.2.0] - 2017-04-08 ### Added