From b00bae9e72851149a8212a508c45a9705937af13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 17 Mar 2021 17:11:33 +0100 Subject: [PATCH] minor: add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f58b4f3..be86480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased +- [Bugfix] Fix "Invalid Request" error during SAML authentication (thanks @Ant1x!). - [Feature] Add `images build --pull` option to update base images. - [Improvement] Annotate types all over the Tutor code base. - [Bugfix] Fix parsing of YAML CLI arguments that include equal "=" signs.