diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f223e5c7fb..c0114bd149f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,12 +18,14 @@ ## Release Notes +* Allow an empty SAML contact list, which is configured at `saml.contacts` in spar's config. + The contact list is exposed at the `/sso/metadata` endpoint. + ## Features * Make Content-MD5 header optional for asset upload (#1252) * Add applock team feature (#1242, #1253) -* Allow an empty SAML contact list, which is configed at `saml.contacts` in spar's config. - The contact list is exposed at the `/sso/metadata` endpoint. +* /teams/[tid]/features endpoint ## Bug fixes @@ -33,6 +35,7 @@ * parse exposed 'tracestate' header in nginz logs if present (#1244) * Store SCIM tokens in hashed form (#1240) +* better error handling (#1251) # 2020-10-28