diff --git a/CHANGELOG.md b/CHANGELOG.md index 64713a6..6d89d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -Nothing yet +### Changed +- Improve conditional ActionText support (#118) ## [0.2.1] - 2022-03-17 ### Added -- Conditional ActionText support (#117, #118) +- Conditional ActionText support (#117) ### Fixed - Fix broken gem initialization due to missing ViewComponent::Form constant (#114)