From 69d9424deab8a0d8411616320bc7f421fd6c4fc7 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 0ffecb9..9f12bfc 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. +## v4.2.0 - 2023-06-16 +### Fixed +- Jenkins hash generation when using unicode characters in text + ## v4.1.0 - 2023-04-19 ### Added - The `.source_strings.json` file is automatically deleted prior to executing the `collect-fbts` command.