From 9f93e882e2c0974a574e239d97ecf3ef8db73db2 Mon Sep 17 00:00:00 2001 From: fallwith Date: Tue, 8 Nov 2022 12:39:19 -0800 Subject: [PATCH] update v8.13.0 CHANGELOG for Rack::Builder#run update the CHANGELOG to reference the [PR 1600](https://github.com/newrelic/newrelic-ruby-agent/pull/1600) change. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab05d7a6cc..51f30b9724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## v8.13.0 - Version 8.13.0 of the agent delivers a small bugfix. + Version 8.13.0 of the agent updates our Rack instrumentation and delivers some bugfixes. + + * **Support for Rack v3+ Rack::Builder#new accepting a block** + + Via [rack/rack#1942](https://github.com/rack/rack/pull/1942) (released with Rack version 3), `Rack::Builder#run` now optionally accepts a block instead of an app argument. The agent's instrumentation has been updated to support the use of a block with `Rack::Builder#run`. [PR#1600](https://github.com/newrelic/newrelic-ruby-agent/pull/1600) * **Bugfix: Correctly identify Unicorn, Rainbows and FastCGI with Rack v3.0.0**