CHANGELOG.md in view_component-2.0.0 vs CHANGELOG.md in view_component-2.1.0

- old
+ new

@@ -1,6 +1,12 @@ # master +# v2.1.0 + +* Support rendering collections (e.g., `render(MyComponent.with_collection(@items))`). + + *Tim Clem* + # v2.0.0 * Move to `ViewComponent` namespace, removing all references to `ActionView`. * The gem name is now `view_component`.