CHANGELOG.md in view_component-2.2.2 vs CHANGELOG.md in view_component-2.3.0
- old
+ new
@@ -1,6 +1,18 @@
# master
+* Allow using inline render method(s) defined on a parent.
+
+ *Simon Rand*
+
+* Fix bug where inline variant render methods would never be called.
+
+ *Simon Rand*
+
+* ViewComponent preview index views use Rails internal layout instead of application's layout
+
+ *Juan Manuel Ramallo*
+
# v2.2.2
* Add `Base.format` for better compatibility with `ActionView::Template`.
*Joel Hawksley*