diff --git a/CHANGELOG.md b/CHANGELOG.md index 445ccc6b0..ef93e183c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed re-deploying static HTML content (e.g., Quarto sites) failing with Connect error 110 when the content was originally deployed without `content_category`. (#4110) - Fixed deployment and credential testing showing "HTTP undefined" when the server is unreachable. Now displays a clear message asking the user to check their network connection, VPN, and server URL. (#4096) - Fixed Quarto dashboards with `server: shiny` being misdetected as static content, causing deployment to fail with an `output-dir` error on Connect. (#3991) - Fixed content URLs (View Content, dashboard, logs) being unreachable when the configured server URL differs from the external hostname. This scenario can happen when publishing from Workbench to Connect within the Posit Team Native App in Snowpark Container Services. (#3698)