From 5f30704b2809b529094887f253ba051e93d2a236 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 19 May 2026 17:55:41 +0200 Subject: [PATCH] :books: Update changelog --- CHANGES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d1a6f7562c..fbef87a713 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ # CHANGELOG -## 2.15.4 (Unreleased) +## 2.15.4 + +### :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)) ### :bug: Bugs fixed @@ -9,6 +13,7 @@ - Fix API doc endpoint returning HTML as text/plain [#9680](https://github.com/penpot/penpot/issues/9680) (PR: [#9681](https://github.com/penpot/penpot/pull/9681)) - Fix unexpected error when opening the export dialog [#9721](https://github.com/penpot/penpot/issues/9721) (PR: [#9704](https://github.com/penpot/penpot/pull/9704)) + ## 2.15.3 ### :bug: Bugs fixed