From 42dfa05ce1e19465783e3e08d1502ac2728d9472 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:54:42 +0000 Subject: [PATCH] cl entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da1e87..89733d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## HEAD - Support REQUEST_METHOD, REQUEST_BODY, CONTENT_TYPE, and CONTENT_LENGTH env vars (https://github.com/zombocom/derailed_benchmarks/pull/234, https://github.com/zombocom/derailed_benchmarks/pull/122) -- Support ruby-statistics 4.x (https://github.com/zombocom/derailed_benchmarks/pull/238, https://github.com/zombocom/derailed_benchmarks/pull/239) +- Support ruby-statistics 4.x (https://github.com/zombocom/derailed_benchmarks/pull/238, + https://github.com/zombocom/derailed_benchmarks/pull/239, https://github.com/zombocom/derailed_benchmarks/pull/247) - Repair tests, support ruby-statistics in ruby < 3.0 (https://github.com/zombocom/derailed_benchmarks/pull/241) - Test Rails 7.1 and 7.2 (https://github.com/zombocom/derailed_benchmarks/pull/242) - Switch from dead_end to syntax_suggest (https://github.com/zombocom/derailed_benchmarks/pull/243)