-
Notifications
You must be signed in to change notification settings - Fork 30
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
docs: update changelog #383
Conversation
WalkthroughThe Changes
Poem
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- CHANGELOG.md (1 hunks)
Additional comments: 1
CHANGELOG.md (1)
- 38-68: The changelog is well-structured, following the principles outlined in the comments at the beginning of the file. The changes are categorized into "Improvements," "Bug Fixes," and "API Breaking Changes," which makes it easy to understand the nature of the updates. Each entry is linked to its corresponding GitHub pull request, providing a clear trail for further investigation if needed.
- The "Improvements" section outlines enhancements such as support for the
x/nft
API, updates to the cosmos-sdk version, and various internal changes like linting proto files and removing duplicate events.- The "Bug Fixes" section addresses specific issues such as farm genesis validation and conflicts in the
mt
module's REST URL.- The "API Breaking Changes" section notes changes that will affect the API consumers, specifically mentioning the token module's command updates to support only the main unit coin.
This structure helps users and developers quickly identify the impact of the new release and adjust their usage or dependencies accordingly.
Summary by CodeRabbit
New Features
x/nft
API.Bug Fixes
Documentation
Breaking Changes