From 21a05f4dcdaa797f34ea6f08061084f171a71359 Mon Sep 17 00:00:00 2001 From: Matt Conflitti Date: Thu, 6 Nov 2025 12:59:17 -0500 Subject: [PATCH] specify connect support for panel in changelog --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1abe0e95..73e16ed0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -14,7 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 tool that returns parameter schemas for any rsconnect command, allowing LLMs to more easily construct valid CLI commands. -- support for deploying Holoviz Panel applications +- You can now deploy Holoviz Panel applications. This requires Posit Connect release 2025.11.0 + or later. Use `rsconnect deploy panel` to deploy, or `rsconnect write-manifest panel` + to create a manifest file. ### Fixed