diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bab1031394c51f8988dc25c4947c84fd2644b3d..30a9835cb1a24af7d44454ecffc22271b390cbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The Crawler `synchronize` function now takes list of RecordType names. Records that have the given names as parents are excluded from inserts or updates +- `Crawler.synchronize` now takes an optional `path_for_authorized_run` argument + that specifies the path with which the crawler can be rerun to authorize + pending changes. ### Changed ###