diff --git a/CHANGELOG.md b/CHANGELOG.md
index 928c5230be4c72a55b8e7689eb8b6ad9d35416be..de37f0463ea1154eb2fc5fe98f49d7d242b9fce6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added ###
 
 * New setup extra `test` which installs the dependencies for testing.
+* The `Entity` properties `_cuid` and `_flags` are now available for read-only access
+  as `cuid` and `flags`, respectively.
 
 ### Changed ###