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.