-
Notifications
You must be signed in to change notification settings - Fork 482
Changelog Format
Alex Grin edited this page Jul 24, 2017
·
1 revision
This is the suggested format for entries in CHANGELOG.md. The changelog is intended for our users and for developers outside of LBRY Inc. Please write the entries with that in mind. For example, "fixed that thing we talked about last week" is 💩.
For each entry, include links to the relevant issue(s) at the end.
- Fixed <issue description> (<link>), impact <vulnerability score>
- Fixed <issue description> (<link>)
- Deprecated
<name>
from<module path>
(<link>)
- Changed
<item changed>
to [<verb>] <new behavior> instead of <old behavior> (<link>)
- Added
<item added>
to<context (API commands, file path, etc)>
(<link>)
- Removed
<item or file>
from<module or directory>
(<link>)