Add Attr::set
The name "set" makes more sense compared to "append" than "new". "new" only exists because originally there was no "append".
This commit is contained in:
parent
099f07ebac
commit
abd0cc6247
3 changed files with 30 additions and 12 deletions
|
|
@ -17,6 +17,14 @@ A dependency update to an incompatible version is considered a breaking change.
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- `Attr::set`
|
||||
|
||||
### Deprecated
|
||||
|
||||
- `Attr::new` in favor of `Attr::set`
|
||||
|
||||
## v0.1.1 - 2024-12-08
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue