Need a CHANGELOG
:+1: http://keepachangelog.com/
Each github release has its changelog: https://github.com/FriendsOfPHP/pickle/releases
We could add one to the tags. But given that the release is actually a phar, for most users, does it make sense?
I was suggesting to have one, too. Looking like @Hywan was fishing out the feature list for the release :) IMHO probably easier for one who just looks at the sources, too.
Ah you mean like NEWS? Makes sense yes :) On Feb 23, 2015 3:18 AM, "Anatol Belski" [email protected] wrote:
I was suggesting to have one, too. Looking like @Hywan https://github.com/Hywan was fishing out the feature list for the release :) IMHO probably easier for one who just looks at the sources, too.
— Reply to this email directly or view it on GitHub https://github.com/FriendsOfPHP/pickle/issues/98#issuecomment-75525234.
@pierrejoye Tags already have a changelog. See https://github.com/FriendsOfPHP/pickle/releases.
I think it's easier to have a CHANGELOG in the source repository :
- a plain old text file will work everywhere (not only on github).
- contributors will be able to add entries to it by themselves
- it's easier to read when you have a local copy of the repository
- it's readable when you are offline