diff --git a/CHANGELOG.md b/CHANGELOG.md
index d168b98c6e488fd99ee4670c4495e07b62ab08d5..905c01c160979eec7279aef095cdc348def1fa4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 ###