From 4077cac1e47ec387d03eaa81fdb9adcfcbdbaab3 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Mon, 15 Nov 2021 10:47:07 -0800 Subject: [PATCH] Fix header level for Changed in Changelog (#2395) Signed-off-by: Bogdan Drutu --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edbbca911..e5284adf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [1.2.0] - 2021-11-12 -## Changed +### Changed - Metric SDK `export.ExportKind`, `export.ExportKindSelector` types have been renamed to `aggregation.Temporality` and `aggregation.TemporalitySelector` respectively to keep in line with current specification and protocol along with built-in selectors (e.g., `aggregation.CumulativeTemporalitySelector`, ...). (#2274) - The Metric `Exporter` interface now requires a `TemporalitySelector` method instead of an `ExportKindSelector`. (#2274)