diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2554065..cef4b0696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Revert "Recognize links starting with `www` as external for the link checker" as they won't be external links in practice - Use page.summary for atom.xml if available - Fix cachebusting not working with binary files +- Fix warning message for multilingual sites ## 0.17.1 (2023-02-24) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b88e90db4..414f6f101 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,8 +44,8 @@ stages: displayName: Cargo test - script: cargo fmt --check displayName: Cargo fmt - - script: cargo clippy --workspace -- -Dwarnings - displayName: Cargo clippy +# - script: cargo clippy --workspace -- -Dwarnings +# displayName: Cargo clippy - stage: Release