CHANGELOG.md in view_component-2.33.0 vs CHANGELOG.md in view_component-2.34.0

- old
+ new

@@ -1,8 +1,22 @@ # CHANGELOG ## main +## 2.34.0 + +* Add the ability to enable ActiveSupport notifications (`!render.view_component` event) with `config.view_component.instrumentation_enabled`. + + *Svyatoslav Kryukov* + +* Add [Generators](https://viewcomponent.org/guide/generators.html) page to documentation. + + *Hans Lemuet* + +* Fix bug where ViewComponents did not work in ActionMailers. + + *dark-panda* + ## 2.33.0 * Add support for `_iteration` parameter when rendering in a collection *Will Cosgrove*