From 9e65db533da701a5008b7d650af7e08ba79cfb3b Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Mon, 10 Aug 2020 16:13:22 -0500 Subject: [PATCH] docs: changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fbee7635..c17c9cff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ ADDITIONS - api,client: expose institution details on accounts - accounts: return InstitutionDetails next to routing number +- cmd/server: add an endpoint for searching customers IMPROVEMENTS - accounts: reject duplicate accounts for a customer - cmd/server: read OFAC_ENDPOINT or WATCHMAN_ENDPOINT +- customers: send back an array of search results, not null - database/mysql: fix migration for customer type - docs: reference ./cmd/genkey/ for SECRETS_LOCAL_BASE64_KEY - fed: support debugging API calls