diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9eccb8..8c3b2557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +* Fix `Encoding::UndefinedConversionError` error for Rails applications when precompiling cache. (#364) + # 1.7.5 * Handle a regression of Ruby 2.7.3 causing Bootsnap to call the deprecated `untaint` method. (#360)