zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

More specifics in changelog? #229

Closed henrik closed 5 years ago

henrik commented 5 years ago

Hi! I noticed that the changelog entries for the last two versions (1.1.9 and 1.2.0) just say that new versions have been released: https://github.com/zdavatz/spreadsheet/blob/master/History.md

I can check the commit history to see what happened specifically, but I would have found it even more helpful if I could find that info summarised in the changelog :)

zdavatz commented 5 years ago

Feel free to summarize it and send me a pull request only for the history file

zdavatz commented 5 years ago

My thought is: if you are interested in more details, then use "git log"

zdavatz commented 5 years ago

But I am open to any Pull Requests that update the History.md file.

henrik commented 5 years ago

I find changelogs useful to easily see what changed from version to version. The commit history is often lower-level and may not directly say if something is backwards incompatible and so on.

So personally I would love for all libs to have them, but if you feel differently I won’t argue :)

zdavatz commented 5 years ago

I do not feel differently. But it is all a matter of time and priorities. Somebody has to do it.