diff --git a/CHANGELOG.md b/CHANGELOG.md index b16ecf6..afdf5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.4 - 2022-07-10 +### Fixed +- Empty node checking + +### Added +- Command to generate missing translation hashes + ## v4.0.3 - 2022-06-25 ### Fixed - __toString() issue when using inline mode in php < 8.0