From 450e78b4cbd49073923796ee4899a09f4333736c Mon Sep 17 00:00:00 2001 From: fallwith Date: Sat, 15 Oct 2022 21:02:19 -0700 Subject: [PATCH] update v8.12.0 cleanup entry for changelog update the cleanup entry for the v8.12.0 release to include the work done with #1548 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bf288946..a809cca110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ | `elasticsearch.capture_queries` | true | If `true`, the agent captures Elasticsearch queries in transaction traces. | | `elasticsearch.obfuscate_queries` | true | If `true`, the agent obfuscates Elasticsearch queries in transaction traces. | - * **Cleanup: Remove orphaned code from unit tests** + * **Cleanup: Remove orphaned code** - As outlined by [newrelic/newrelic-ruby-agent#1181](https://github.com/newrelic/newrelic-ruby-agent/issues/1181), the project's unit tests have ended up with orphaned content that has become vestigal. Some good related cleanup was performed for this release. [PR#1537](https://github.com/newrelic/newrelic-ruby-agent/pull/1537) + In both the agent and unit tests, changes have taken place over the years that have left certain bits of code unreachable. This orphaned code can complicate code maintenance and refactoring so getting it squared away can be very helpful. Commmuniy member [@ohbarye](https://github.com/ohbarye) has contribued 2 separate cleanup PRs for this release; one for the agent and one for the tests. [PR#1537](https://github.com/newrelic/newrelic-ruby-agent/pull/1537) [PR#1548](https://github.com/newrelic/newrelic-ruby-agent/pull/1548) Thank you to [@ohbarye](https://github.com/ohbarye) for contributing this helpful cleanup!