CHANGELOG.md in view_component-2.9.0 vs CHANGELOG.md in view_component-2.10.0
- old
+ new
@@ -1,7 +1,13 @@
# master
+# 2.10.0
+
+* Raise an `ArgumentError` with a helpful message when Ruby cannot parse a component class.
+
+ *Max Beizer*
+
# 2.9.0
* Cache components per-request in development, preventing unnecessary recompilation during a single request.
*Felipe Sateler*
@@ -14,10 +20,10 @@
# 2.7.0
* Add `rendered_component` method to `ViewComponent::TestHelpers` which exposes the raw output of the rendered component.
- *Richard Macklin*
+ *Richard Macklin*
* Support sidecar directories for views and other assets.
*Jon Palmer*