CHANGELOG.md in the_help-3.3.2 vs CHANGELOG.md in the_help-3.4.0
- old
+ new
@@ -1,6 +1,12 @@
# TheHelp Changelog #
+## 3.4.0 ##
+
+* added `TheHelp::Service#delegate_to_service` method that can be used inside a service definition
+ in order to have the current service delegate to another service and use the other service's
+ result as its own.
+
## 3.3.0 ##
* Calling `#stop!` with no arguments in a service definition will now check that a result was set
with either `#result.success` or `#result.error` and raise `TheHelp::NoResultError` if no result
was set.