From d40e4669f26b83a52f05650f71a98e4d2f6cbd37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Dobro=C5=88?= Date: Thu, 23 Jun 2022 18:20:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076c72e..d3bc2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ All notable changes to `fbt` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## v4.0 - 2022-04-09 +## v4.0.2 - 2022-06-23 + +### Fixed +- Raw string collecting. ### Added -- Support PHP >= 7.2. +- Check for tags without content. ## v4.0.1 - 2022-06-19 @@ -17,3 +20,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ### Added - Automatic registration of translations. + +## v4.0 - 2022-04-09 + +### Added +- Support PHP >= 7.2.