From 7da4d0b06b3294f33dc988e0fff96a86d84cc01d Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 15 Jul 2017 11:11:22 +0200 Subject: [PATCH] Fix typo in year in 2.0.0 changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e5c20..58ed3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.0.0 (July 14, 2016) +## 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. * __Minor:__ Added support for detecting "undefined column" errors (as an `UndefinedColumnError`).