Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ConfigError enum follow naming convention #2855

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

playfulFence
Copy link
Contributor

@@ -94,6 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- User-bound GPIO interrupt handlers should no longer interfere with async pins. (#2625)
- `spi::master::Spi::{into_async, into_blocking}` are now correctly available on the typed driver, to. (#2674)
- It is no longer possible to safely conjure `GpioPin` instances (#2688)
- Make ConfigError enum follow naming convention (#2855)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a bit generic given there is just one renamed enum variant

Copy link
Contributor

@bugadani bugadani Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid double-changelogging stuff? We just added this variant, why are we also documenting that is also changed? We could just stop writing the changelog at all and point people at the git history at this rate...

@jessebraham jessebraham added this pull request to the merge queue Dec 20, 2024
@bugadani bugadani removed this pull request from the merge queue due to a manual request Dec 20, 2024
@playfulFence playfulFence added the skip-changelog No changelog modification needed label Dec 20, 2024
@bugadani bugadani enabled auto-merge December 20, 2024 14:21
@bugadani bugadani added this pull request to the merge queue Dec 20, 2024
Merged via the queue into esp-rs:main with commit 8b16365 Dec 20, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants