From f16de9a3f320125c6135d07235832fcaf2c9d3ed Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Fri, 20 Jan 2023 19:51:13 +1100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a19768..95166d43 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. + - No longer apply permissions inheritance after editing to prevent confusion. - 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.