From cf3455a487a8dd4b42abe0ed2e958e04160756d9 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 10 May 2026 09:18:52 +0200 Subject: [PATCH] :paperclip: Add missing entry on CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 69f10479b5..f63e5f37ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ ### :bug: Bugs fixed +- Fix Plugin API token methods rejecting JS array of strings [Github #9162](https://github.com/penpot/penpot/issues/9162) - Harden Nginx responses with standard security headers and hide upstream `X-Powered-By` headers - Fix keep-alive interval leak in PluginBridge (by @opcode81) [Github #9435](https://github.com/penpot/penpot/pull/9435) - Fix MCP "active in another tab" notification not clearing (by @Dexterity104) [Github #9321](https://github.com/penpot/penpot/pull/9321)