From 6239d9fe736b6004938623beffa3395cf363c688 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 25 Nov 2020 15:20:31 +0100 Subject: [PATCH] Add changelog entry for 2.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4468275..34ae700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.2 (November 25, 2020) + +- __Patch:__ Now works on newer Node.js versions, by replacing the internal `create-error` usage with `error-chain`. +- __Patch:__ Various error parsing robustness improvements. +- __Patch:__ Gulp and Babel were removed, as pretty much everything supports ES2015 by now. + ## 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.