CHANGELOG.md in view_component-2.3.0 vs CHANGELOG.md in view_component-2.4.0

- old
+ new

@@ -1,6 +1,26 @@ # master +# v2.4.0 + +* Add `#render_to_string` support. + + *Jarod Reid* + +* Declare explicit dependency on `activesupport`. + + *Richard Macklin* + +* Remove `autoload`s of internal modules (`Previewable`, `RenderMonkeyPatch`, `RenderingMonkeyPatch`). + + *Richard Macklin* + +* Remove `capybara` dependency. + + *Richard Macklin* + +# v2.3.0 + * Allow using inline render method(s) defined on a parent. *Simon Rand* * Fix bug where inline variant render methods would never be called.