diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 04d4d582e..bd82128c4 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,12 @@ nav_order: 5 ## main +* Make accommodations for component-local config to be introduced in future. + + BREAKING: Assigning to `ViewComponent::Base.config` will no longer work. Instead, assign to `Rails.application.config`. + + *Simon Fish* + * Fix `preview_paths` in docs. *Javier Aranda*