From 7451a9aa36b29dfccdcd3ee93115184ea4e43ab8 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Thu, 24 Feb 2022 16:24:27 -0800 Subject: [PATCH] Add fix to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7a9392176..6801c15cff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Remove the OTLP trace exporter limit of SpanEvents when exporting. (#2616) - Use port `4318` instead of `4317` for default for the `otlpmetrichttp` and `otlptracehttp` client. (#2614, #2625) +- Unlimited span limits are now supported (negative). (#2636, #2637) ### Deprecated