We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Internally, changelog current has the following structs:
changelog
Changelog
Version
ChangeType
Added
Changed
ChangeList
Item
Some of the structs have pretty obvious names (like Version) but others (like ChangeList) could benefit of some more thinking.
The text was updated successfully, but these errors were encountered:
Based on terminology adopted at keepachangelog.com website, ChangeType should be called Section.
Section
For consistency, then ChangeList should be renamed to SectionList, SectionContents or similar (TBD).
SectionList
SectionContents
Sorry, something went wrong.
No branches or pull requests
Internally,
changelog
current has the following structs:Changelog
: the whole changelog dataVersion
: represents each versionChangeType
:Added
,Changed
, etc.ChangeList
: messages for a given "section" (eg. Added).Item
: each messageSome of the structs have pretty obvious names (like
Version
) but others (likeChangeList
) could benefit of some more thinking.The text was updated successfully, but these errors were encountered: