-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
Get a proper changelog #366
Comments
@balupton thanks for the issue. Our History.md is a list of commits - what has changed since the last release. You're very right, this isn't a changelog. We don't intend it to be one either though. We also have a ReleaseNotes.md file in the project. This gives you more human readable set of notes about the release. It summarises the changes and has a paragraph about the breaking change. These release notes are also reflected in our Releases page (the 2.0.0 / 2015-02-09Unfortunately with 1.10.0 - compatibility broke with older versions because of Any plugins using Any developers wishing for this behaviour can use dirty-chai Community ContributionsCode Features & Fixes
Documentation fixes
|
A commit history isn't a changelog, a changelog tells the users of the module what we need to be aware of. For instance, Chai v2 is out - that means somewhere there is a breaking change. I have no idea where or why that is, and I have to go through the commits to figure out.
It should be something like:
Examples:
The text was updated successfully, but these errors were encountered: