From 4c5202ee13de0a86a338ea494ef3ea76cd552acc Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Mon, 29 Jan 2024 11:33:46 +0300 Subject: [PATCH] docs (CHANGELOG): IsPanicError function (closes #708) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69414c3..3e82a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- `IsPanicError` function is added to support catching of panic errors when processing tasks (PR: https://github.com/hibiken/asynq/pull/491) + ## [0.24.1] - 2023-05-01 ### Changed