Skip to content

Commit

Permalink
update v8.13.0 CHANGELOG for Rack::Builder#run
Browse files Browse the repository at this point in the history
update the CHANGELOG to reference the [PR
1600](#1600) change.
  • Loading branch information
fallwith committed Nov 8, 2022
1 parent 4abc441 commit 9f93e88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 9f93e88

Please sign in to comment.