diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebdfab4bc64e8640207e7e678cedb4bd1698fb98..a7e90f8df2358a8fbcd9a9798a8f38e9150e2609 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added ###
 
+* New `page_length` parameter for `caosdb.execute_query` and
+  `caosdb.Query.execute`. See docstrings for more details.
 * `Entity.remove_value_from_property` function that removes a given value from a
   property and optionally removes the property if it is empty afterwards.