From f9672375b3646a02926fbc867419b96183451518 Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Fri, 20 Jan 2023 18:59:26 +1100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dc8681..12a19768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### 0.11.2 - Convert the assets page form handling to the newer checkSchema code. - Don't show the "Edit" option in the post dropdowns for public pages. + - Improve duplicate checking when editing roles to only explicitly match updated roles rather than applying inheritance first. - Bugfix "my permission" page not displaying correctly and board staff permission editing not applying. - Improve required parent permission display to show "requires X" in the tooltip of disabled checkboxes.