From 1afd0999eaff9fd5de3217d1fd52a6a6d0c7e06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Dobro=C5=88?= Date: Thu, 23 Jun 2022 18:21:46 +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 4f3af01..a27f673 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. -## v3.0 - 2022-02-18 +## v3.0.2 - 2022-06-23 + +### Fixed +- Raw string collecting. ### Added -- PHP Internationalization Framework for PHP 7. +- Check for tags without content. ## v3.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. + +## v3.0 - 2022-02-18 + +### Added +- PHP Internationalization Framework for PHP 7.