From a79864355fff461658da76e311d88572916785dc Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Mon, 29 Apr 2024 15:52:47 +0200
Subject: [PATCH] DOC: Update changelog

---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d168b98c..905c01c1 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 ###
 
-- 
GitLab