From d49fa51fefc2faaafa69bd46ec273ba48d682731 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 2 Jun 2026 10:10:20 +0200 Subject: [PATCH] Update changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index fbef87a713..831a0da7ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### :sparkles: New features & Enhancements - Add rate limiting and concurrency safety for file snapshot operations [#9723](https://github.com/penpot/penpot/issues/9723) (PR: [#9722](https://github.com/penpot/penpot/pull/9722)) +- Prevent concurrent font uploads from causing excessive simultaneous requests [#9922](https://github.com/penpot/penpot/issues/9922) (PR: [#9921](https://github.com/penpot/penpot/pull/9921)) ### :bug: Bugs fixed