Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions java/change-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ synopsis: >
status: released
---

# Change Tracking <Beta />
# Change Tracking

<style scoped>
h1:before {
Expand Down Expand Up @@ -302,4 +302,4 @@ You can query the change log entries via CQN statements, as usual.
- Consider the ways your entities are changed. You might want to track the changes only on the service projection level that are used for
the user interaction and not on the domain level (for instance during data replication).
- If you want to expose the complete change log to the user, you need to consider the security implications of this. If your entities have complex access rules,
you need to consider how to extend these rules to the change log.
you need to consider how to extend these rules to the change log.