CHANGELOG.md in bcdd-result-0.2.0 vs CHANGELOG.md in bcdd-result-0.3.0
- old
+ new
@@ -1,6 +1,12 @@
## [Unreleased]
+## [0.3.0] - 2023-09-26
+
+### Added
+
+- Add `BCDD::Result#handle`. This method allows defining blocks for each hook (type, failure, success), but instead of returning the result itself, it will return the output of the first match/block execution.
+
## [0.2.0] - 2023-09-26
### Added
- Add `BCDD::Resultable`. This module can add `Success()` and `Failure()` in any object. The target object will be the subject of the result object produced by these methods.