From 412a9f249bd67452d8a597fae07cf15deb2f26c2 Mon Sep 17 00:00:00 2001 From: rferg Date: Tue, 9 Jan 2024 11:44:09 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbe243..0843c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Not released +- Include "invalid" attribute keys in query generated with `.where` (https://github.com/Beyond-Finance/active_force/pull/80) - Fix `.update` and `.update!`: include given `nil` valued attributes in request (https://github.com/Beyond-Finance/active_force/pull/79) - Change `.first` to not query the API if records have already been retrieved (https://github.com/Beyond-Finance/active_force/pull/77)