CHANGELOG.md in view_component-2.26.0 vs CHANGELOG.md in view_component-2.26.1
- old
+ new
@@ -1,8 +1,14 @@
# CHANGELOG
## main
+## 2.26.1
+
+* Fix bug that raises when trying to use a collection before the component has been compiled.
+
+ *Blake Williams*
+
## 2.26.0
* Lazily evaluate component `content` in `render?`, preventing the `content` block from being evaluated when `render?` returns false.
*Blake Williams*