From d1de9b42b3d11188886055d93a2d68cc2765fa10 Mon Sep 17 00:00:00 2001 From: Alexander Barker Date: Wed, 10 Aug 2022 18:08:08 -0700 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46aaffe..dbff07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +##### v2.2.1 ++ Added missing interface for AdvancedStatement ++ Fixed orderBy issue when direction is omitted + ##### v2.2.0 + Added interfaces for all classes + Added Insert::priority() support @@ -11,8 +15,8 @@ + Major documentation updates ##### v2.1.0 -+ Adding Insert::onDuplicateUpdate support -+ Fixing TypeError with Update constructor ++ Added Insert::onDuplicateUpdate support ++ Fixed TypeError with Update constructor ##### v2.0.1 + Fixed Conditional issues with QueryInterface values