From cc1cedc4e752cba167ffd0e7a2cb45cc5297e674 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Thu, 24 Oct 2019 16:30:30 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ad896e..734a5ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `mailerEnabled` must be set to `true` in order to require password reset (password reset currently only works via email) - remove fetching initial data for configuring server settings - Actions in users module (ActivateUsers, AddRight, DeactivateUsers, DeleteRight, DeleteUsers) now accept an array of users instead of one user +- Leave dropdown menu open after clicking an action ### Added - Optimistic update for actions in users module and fetching users after api function finished its execution - Relay management +### Fixed + +- Show checkmarks when tag is applied + ## [1.2.0] - 2019-09-27 ### Added