From b8af9c88265f9bd48ee52b11a1d8fd505a46977f Mon Sep 17 00:00:00 2001 From: Ziqi Zhao Date: Mon, 10 Oct 2022 13:50:35 +0800 Subject: [PATCH] add changelog entry Signed-off-by: Ziqi Zhao --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afd5e7b250..dd9442dfeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed - Use default view if instrument does not match any registered view of a reader. (#3224, #3237) +- Fix slice atrribute of `attribute` package to be comparable (#3108 #3252) ## [0.32.1] Metric SDK (Alpha) - 2022-09-22