From fc4cefe9284960f46caf726c1262cd322e8e03f3 Mon Sep 17 00:00:00 2001 From: Sunny Ripert Date: Tue, 28 May 2024 19:46:02 +0200 Subject: [PATCH] Add more methods on CHANGELOG --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a6758..afd3397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## v3.9.2 Fixes: -- Add `#nil?` method to `ServiceActor::Result` (#146) -- Add `#methods` method to `ServiceActor::Result` (#146) +- Add `#nil?`, `#methods`, `#blank?` and `#private_methods`to `ServiceActor::Result` (#146, #162) - Accept inputs called `error` (#146) ## v3.9.1