Skip to content
Snippets Groups Projects

ENH: Allow kwargs for Entity.update in Entity.update_acl

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Support for Python 3.12
* The `linkahead` module now opts into type checking and supports mypy.
* [#112](https://gitlab.com/linkahead/linkahead-pylib/-/issues/112)
`Entity.update_acl` now supports optional `**kwargs` that are passed to the
`Entity.update` method that is called internally, thus allowing, e.g.,
updating the ACL despite possible naming collisions with `unique=False`.
### Changed ###
Loading