From ed59876818d155fe86b7de4b0cd7bb0d1ccccf44 Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Wed, 13 Nov 2024 14:56:44 +0100 Subject: [PATCH] Update CHANGES.md Co-authored-by: Pontus Lurcock --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4cd19b68b..bfbee1075 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,7 +24,7 @@ ### Other changes * Added experimental feature that allows for extending the xcube Viewer - user interface by _server-side panels_. For this to work, users can now + user interface with _server-side panels_. For this to work, users can now configure xcube Server to load one or more Python modules that provide `xcube.webapi.viewer.contrib.Panel` UI-contributions. Panel instances provide two decorators `layout()` and `callback()`