This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new c74ed8d2511 CAUSEWAY-3889: mignotes: short mention of changes to
IconUiEvent
c74ed8d2511 is described below
commit c74ed8d25114b76680a177c0f2f9b9eda8b44eb8
Author: Andi Huber <[email protected]>
AuthorDate: Fri Aug 29 06:25:14 2025 +0200
CAUSEWAY-3889: mignotes: short mention of changes to IconUiEvent
---
antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git
a/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
b/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
index ba6908c1197..d601d1acab6 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
@@ -104,3 +104,4 @@ With `TitleService` method
`String iconNameOf(final Object domainObject)` was replaced by
`IconResource iconOf(Object domainObject, IconWhere iconWhere)`.
+Likewise `IconUiEvent` was updated to reflect the new programming model.