aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e41b86e..1f63e07 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@ wallet 0.11 (unreleased)
integrity. This also allows us to return a better error message
naming an object that's still using that ACL.
+ Wallet::Config now supports an additional local function,
+ verify_acl_name, which can be used to enforce ACL naming policies. If
+ set, it is called for any ACL creation or rename and can reject the
+ new ACL name.
+
Add an audit command to wallet-report and one audit: objects name,
which returns all objects that do not pass the local naming policy.
The corresponding Wallet::Report method is audit().