From a3db7aee78e52868407f2392cd938e82b6c93c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Dobro=C5=88?= Date: Fri, 16 Jun 2023 23:33:00 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd880b..8af5f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to `fbt` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## v3.2.0 - 2023-06-16 +### Fixed +- Jenkins hash generation when using unicode characters in text + ## v3.1.0 - 2023-04-19 ### Added - The `.source_strings.json` file is automatically deleted prior to executing the `collect-fbts` command.