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:
Joscha 2024-12-13 22:34:26 +01:00
parent 099f07ebac
commit abd0cc6247
3 changed files with 30 additions and 12 deletions

View file

@ -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