CHANGES.md in trailblazer-activity-0.16.4 vs CHANGES.md in trailblazer-activity-0.17.0
- old
+ new
@@ -1,4 +1,10 @@
+# 0.17.0
+
+* In `Extension#call`, remove the dependency to `Implementation::Task`. The logic only receives the actual circuit task.
+* Remove deprecated `Extension()` interface.
+* Remove `Trailblazer::Activity::Introspect::Graph`.
+
# 0.16.4
* Revert the static "fix" from 0.16.3 and make the compaction fix optional, as most Ruby versions
are solving this problem natively. See here for details: https://dev.to/trailblazer/gc-compaction-behold-your-hash-keys-2ii1#quick-fix