Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed May 16, 2024
1 parent b63aac1 commit 90449d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- A basic example bot implementation has been added in the `examples` directory
of the repository.
- `DescriptionLocalizations` and `NameLocalizations` structs
- Localizations are now handled by the `DescLocalizations` and
`NameLocalizations` structs.

### Changed
- `desc` and `desc_localizations` are now mutually exclusive
- `desc_localizations` and `name_localizations` must return the
`DescriptionLocalizations` and `NameLocalizations` structs,
respectively.
- Updated to `twilight-model` 0.16.0-rc.1 (@fdnt7)
- Localization functions now return `DescLocalizations` or `NameLocalizations`.
- `desc` should not be provided anymore if `desc_localizations` is provided.
- Various improvements to the documentation.
- Improved macro error messages.

## [0.15.2] - 2023-06-23
### Added
Expand Down

0 comments on commit 90449d0

Please sign in to comment.