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.