CHANGES.md in trailblazer-activity-0.16.0 vs CHANGES.md in trailblazer-activity-0.16.1
- old
+ new
@@ -1,4 +1,8 @@
+# 0.16.1
+
+* Allow overriding `Activity.call`.
+
# 0.16.0
* Remove `Activity#[]`. Please use `activity.to_h[:config]`.
* Change `Activity#to_h[:nodes]`. This is now a `Schema::Nodes` "hash" that is keyed by task that
points to `Nodes::Attributes` data structures (a replacement for `Activity::NodeAttributes`).