Skip to content

Commit

Permalink
open-telemetry#894: removed unnecessary mentioning of test project
Browse files Browse the repository at this point in the history
  • Loading branch information
rypdal committed Aug 9, 2023
1 parent 117e923 commit b0890f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/OpenTelemetry.Instrumentation.AWSLambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

* BREAKING: `ILambdaContext context` argument of all tracing methods of
`OpenTelemetry.Instrumentation.AWSLambda.AWSLambdaWrapper` was annotated as non-nullable.
* Enabled null state analysis for `OpenTelemetry.Instrumentation.AWSLambda` and
`OpenTelemetry.Instrumentation.AWSLambda.Tests`. The interface will now
contain attributes for null-state static analysis. If null state analysis is
enabled your depending project, you may encounter new warnings.
* Enabled null state analysis for `OpenTelemetry.Instrumentation.AWSLambda`.
The interface will now contain attributes for null-state static analysis.
If null state analysis is enabled your depending project, you may encounter new warnings.
([#1295](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1295))

## 1.2.0-beta.1
Expand Down

0 comments on commit b0890f2

Please sign in to comment.