diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88bdb1960cccb68c78b531924304bf86d4418af3..4ef346c32bb278bc91f0c5e65b13ce58b5f67a8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added ###
 
+* Added support for passing callables as `find_func` to the `BaseTableExporter`.
+* Added member `BaseTableExporter.all_keys`
 * Parsing from YAML now allows to give an existing model to which the YAML data model shall be
   added.