From adc5d9b8ee6577ae56a590d819b131b47d2e105e Mon Sep 17 00:00:00 2001 From: linhbkhn95 Date: Sun, 30 Jul 2023 11:36:06 +0700 Subject: [PATCH] updated CHANGELOG.md file --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69414c39..3e82a078 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