From 98ca565534bf4ae00416722202d587a702de5365 Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Mon, 17 May 2021 15:19:52 -0400 Subject: [PATCH] Add certificates exception fix to changelog --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4ea7524f2..540c04792 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,8 +30,9 @@ - Fixed form array casting in dashboard (#1070) - Fixed collection document rule form in dashboard (#1069) - Bugs in the Teams API: - - Fixed incorrect audit worker event names (#1143) - - Increased limit of memberships fetched in `createTeamMembership` to 2000 (#1143) +- Fixed incorrect audit worker event names (#1143) +- Increased limit of memberships fetched in `createTeamMembership` to 2000 (#1143) +- Fixed exception thrown when SSL certificate is already stored in the database (#1151) ## Breaking Changes (Read before upgrading!)