diff --git a/.typos.toml b/.typos.toml index 6ddb802e..e0232a8f 100644 --- a/.typos.toml +++ b/.typos.toml @@ -24,3 +24,4 @@ extend-ignore-re = [ "continuwuity" = "continuwuity" "continuwity" = "continuwuity" "execuse" = "execuse" +"oltp" = "OTLP" diff --git a/CHANGELOG.md b/CHANGELOG.md index 36fe4ca5..f0b1b78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Features -- Enabled the OLTP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251) +- Enabled the OTLP exporter in default builds, and allow configuring the exporter protocol. (@Jade). (#1251) ## Bug Fixes