From 1514d9d56c8fd73065189fffa92fd515954690de Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 30 Sep 2022 14:08:30 -0700 Subject: [PATCH] Add changes to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf26a4ff104..8cfe0436f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Upgrade `golang.org/x/sys/unix` from `v0.0.0-20210423185535-09eb48e85fd7` to `v0.0.0-20220919091848-fb04ddd9f9c8`. This addresses [GO-2022-0493](https://pkg.go.dev/vuln/GO-2022-0493). (#3235) +### Fixed + +- Return the same instrument every time a user makes the exact same instrument creation call multiple times. (#3229, #3251) +- Return the same instrument when a view transforms a creation call to match an existing instrument. (#3240, #3251) +- Log a warning when a conflicting instrument (e.g. description, unit, data-type) is created instead of returning an error. (#3251) + ## [0.32.1] Metric SDK (Alpha) - 2022-09-22 ### Changed