1See https://curl.se/changes.html for the edited and human readable online 2version of what has changed over the years in different curl releases. 3 4Generate a CHANGES file like the one present in every release like this: 5 6$ git log --pretty=fuller --no-color --date=short --decorate=full | \ 7 ./scripts/log2changes.pl 8