From 57ee927f3ea0a64e07e9584be0d4b7db4760287b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Dobro=C5=88?= Date: Sat, 30 Jul 2022 13:17:28 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ce162..636bad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to `fbt` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## v3.0.5 - 2022-07-30 +### Fixed +- Punctuation when a value ends with it + +### Added +- `JsonSerializable` interface to fbt +- `ext-mbstring` requirement to composer.json + ## v3.0.4 - 2022-07-10 ### Fixed - Empty node checking