CHANGELOG.md in view_component-2.29.0 vs CHANGELOG.md in view_component-2.30.0
- old
+ new
@@ -1,8 +1,14 @@
# CHANGELOG
## main
+## 2.30.0
+
+* Deprecate `with_content_areas` in favor of [slots](https://viewcomponent.org/guide/slots.html).
+
+ *Joel Hawksley*
+
## 2.29.0
* Allow Slot lambdas to share data from the parent component and allow chaining on the returned component.
*Sjors Baltus, Blake Williams*