From 89cb8c58521f8e40bef310d0a6a532f2cd52e6e2 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 25 Jul 2017 15:03:23 +0200 Subject: [PATCH] Add changelog entry for 2.0.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ed3d6..4468275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 (July 25, 2017) + +* __Patch:__ Made the error message for composite UNIQUE constraint violations slightly more readable, by wrapping multiple columns and values in a set of brackets. + ## 2.0.0 (July 14, 2017) * __BREAKING:__ A `UniqueConstraintViolationError` may now contain different values, depending on whether the violated constraint was a composite across multiple columns or not. For single-column `UNIQUE` constraints, the `value` and `column` properties will still be present as before; however, for a composite constraint, those properties will be undefined and `values` and `columns` will be set instead.