From ebaf635d10f127f1594a45906ca0968585aa8e98 Mon Sep 17 00:00:00 2001 From: Nadar Date: Tue, 23 Apr 2024 09:18:05 +0000 Subject: [PATCH] Add lock user name display feature (#760) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74473093d..65f833b1f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 5.0.4 (23. April 2024) + ++ [#760](https://github.com/luyadev/luya-module-admin/issues/760) To enhance collaboration, we now display the name of the user who locks a row. + ## 5.0.3 (23. April 2024) + [#759](https://github.com/luyadev/luya-module-admin/pull/759) Prevent `Bcrypt password must not contain null character` errors by using generateRandomString for auth_key encryption.