From 6e80a2f9fbe74621b91c48ff580b5225fc633ef4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 12 Apr 2021 16:57:23 +0200 Subject: [PATCH] :paperclip: Update changelog. --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8ca74a0f11..c150c2c0cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### :sparkles: New features - Add integration with gitpod.io (an online IDE) [#807](https://github.com/penpot/penpot/pull/807) +- Internal: refactor of http client, replace internal xhr usage with more modern Fetch API. ### :bug: Bugs fixed @@ -14,6 +15,12 @@ ### :arrow_up: Deps updates +### :boom: Breaking changes + +- Translations refactor: now penpot uses gettext instead of a custom + JSON, and each locale has its own separated file. All translations + should be contributed via the weblate.org service. + ### :heart: Community contributions by (Thank you!) - madmath03 (by [Monogramm](https://github.com/Monogramm)) [#807](https://github.com/penpot/penpot/pull/807)