From 6c97071cc06370bd8309df6e53f3ac0df6d5cdcc Mon Sep 17 00:00:00 2001 From: Chris Seaton Date: Wed, 16 Mar 2022 14:43:48 +0000 Subject: [PATCH] Change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e13c3fa..bad00446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ concurrent-ruby: +* (#951) Set the Ruby compatibility version at 2.2 * (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads * (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux) * (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso)