From 5ebf2e71b982f4b8f4fa0fcfe7f894f4ad3f67a5 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Sat, 20 Jan 2018 14:02:58 +0100 Subject: [PATCH] update CHANGELOG.md --- frontend/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 8fac732914..4290797d1c 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases][releases-url]. +## [3.0.0-alpha.6] +- Bugfix: actions should always throw errors +- Bugfix: filter regex should never throw. + ## [3.0.0-alpha.5] - Add support for simple builtin authentication provider - Add support for custom authentication provider (aka Oauth2, etc)