On Tue, 2020-11-03 at 12:16 -0500, Frank Ch. Eigler wrote: > Hi - > > > But don't take it too seriously. I seem to be the only person left > > in > > the project that loves ChangeLog entries. They really help me > > review > > what was changed. If too many contributors complain we can look at > > alternatives. > > YES PLEASE! :-) > > As a transition, how about ChangeLog format content in the git commit > messages?
You mean as done by GCC? Not have actual ChangeLog files, but add the ChangeLog entries themselves in the commit message? https://gcc.gnu.org/codingconventions.html#ChangeLogs That certainly works for me. We could even steal their git commit/check scripts to make it easier for people to follow that format. Cheers, Mark