What is the current practise on writing ChangeLog entries?
Is the following analysis correct?
If a changeset touches something in contrib/, an entry to contrib/ChangeLog should be added.
If a changeset touches something in ./, an entry to ChangeLog should be added.
If a changeset touches both, an entry to both should be added. (Addressing different points of the changeset respectively.)
-T.
* Tobias C. Rittweiler [2007-08-31 16:56+0200] writes:
What is the current practise on writing ChangeLog entries?
Is the following analysis correct?
If a changeset touches something in contrib/, an entry to contrib/ChangeLog should be added.
If a changeset touches something in ./, an entry to ChangeLog should be added.
If a changeset touches both, an entry to both should be added. (Addressing different points of the changeset respectively.)
Yes, that sounds good. Let's hope that those multiple directory changes get rare over time.
Helmut.