From 73696f1bd31429ea88aadffda6a613f651e7474e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 4 May 2021 22:10:40 +0200 Subject: [PATCH] chore: updated changelog --- frontend/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 1c1f280e1d..f10ff358b2 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases][releases-url]. +# 4.0.0-alpha.14 +- fix: all global event log requires admin +- fix: constraints array can be undefined + # 4.0.0-alpha.13 - feat: bootstrap endpoint for initial data (#281) - fix: allow permissions to be checked without project being defined (#282)