From 55eddb708a4cf087742f77e907f0c4f1790dee0b Mon Sep 17 00:00:00 2001 From: Andrew Konchin Date: Sun, 8 Mar 2020 23:28:59 +0200 Subject: [PATCH] History.md: Add note about the bugfix --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 2555344dc4..464c34d588 100644 --- a/History.md +++ b/History.md @@ -17,6 +17,7 @@ * Preserve `BUNDLE_GEMFILE` env var when using `prune_bundler` (#1893) * Send 408 request timeout even when queue requests is disabled (#2119) * Rescue IO::WaitReadable instead of EAGAIN for blocking read (#2121) + * Rescue exceptions in hooks defined by users (on_worker_boot, after_worker_fork etc) (#1551) * Refactor * Remove unused loader argument from Plugin initializer (#2095)