From 1c1dd676202ff0afd104bdbe83daabfa978cd533 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Fri, 8 Feb 2019 11:56:24 +1100 Subject: [PATCH] 1.6.5 changes --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8edf7db495..7d90668361 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +1.6.5 (08/02/2019) + - allow to use namedPlaceholders flag per query #879 + - migrate to more modern code style ( classes / + arrow functions ) #861, #870 + - be more defencive about ssl config object #895 + - fix(debug): remove usage of callee #882 + 1.6.4 (08/11/2018) - revert changes breaking node v4 and add v4 to build matrix #872, #873