\changes command, as available to the DocStrip tool which processes .dtx files
Code: Select all
\RecordChanges
\begin{document}
Some text
\changes{version}{date}{description}
Some other text
\end{document}
I've already found several packages to indicate changes (changebar, changes, ... ) but these all show the changes at the place where the change occurs, and not in a nice overview at the start/end of your document.
Also the version number is a nice feature, allowing to track changes between several revisions.
It would certainly be helpful if someone could point me in the right direction