CHANGES.md in trailblazer-rails-2.1.7 vs CHANGES.md in trailblazer-rails-2.2.0
- old
+ new
@@ -1,4 +1,14 @@
+# 2.2.0
+
+* Allow passing ctx variables to `Controller#run`.
+* Introduce `Controller#options_for_cell` to customize cell options such as `:layout` on the controller level.
+
+# 2.1.9
+
+* Drop support for Rails < 5.2
+* Add Test for Rails 6.1
+
# 2.1.7
* Bug: Deprecation warning for use_loader always called (fixed)
* Run rubocop in travis only for ruby 2.5