Skip to content

Commit 2c56a96

Browse files
committed
more changelog changes
1 parent 58795e7 commit 2c56a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
- Updates the value of the first occurrence of an attribute with the specified key.
1414
- If the key exists, the old value is returned. If not, the new key-value pair is added, and None is returned.
1515
```rust
16-
delete_attribute(&mut self, key: &Key) -> usize
16+
remove_attribute(&mut self, key: &Key) -> usize
1717
```
18-
Removes all occurrences of attributes with the specified key and returns the count of deleted attributes.
18+
- Removes all occurrences of attributes with the specified key and returns the count of deleted attributes.
1919

2020
## v0.25.0
2121

0 commit comments

Comments
 (0)