From 172df7cc20ca68ca33631a10d7bf3f91f32abf83 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 12 Jun 2023 14:11:56 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bab1031..30a9835c 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 ### -- GitLab