From fa9b64893afb10f6730b4e89c5b706ae17be08a4 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Wed, 19 Feb 2020 18:10:32 -0800 Subject: [PATCH] Add note to changelog about potential for breaking --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231a51a..f2f56a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ latest * Add `sitemap_url_scheme` config value that allows the url scheme to be customized with a default of `{version}{lang}{link}` [#22](https://github.com/jdillard/sphinx-sitemap/issues/22). + + * **Note:** This has the potential to be a breaking change depending on + how the `version` and `language` values are set. **Confirm the accuracy + of the sitemap after upgrading**. 1.1.0 -----