Changelog
Could a changelog be made or features/bugs fixed in different versions put with the release notes? Was looking for it and couldn't find anything
Where? I'll tend to add new features/config options in the ReadMe. Otherwise there's the git commit log. What do other packages do?
http://keepachangelog.com :smile:
@Zren what @jerone mentioned is what I was thinking about. I have one for a project I maintain, but I'm sure there are many better examples as well https://github.com/EntilZha/ScalaFunctional/blob/master/CHANGELOG.md
I was hoping for something built into atom itself or the page for the package on atom.io, but I guess not. I'll make sure to add a changelog in the next update.
Atom or APM doesn't have an option to provide a changelog (that I know of), but when a package has a changelog Atom will add an extra button:

There's however pr-changelog from benogle which is used by Atom on it's releases page.