Record changes for removed macro in dtx
3
Following the advice in How to Package Your LATEX Package by Scott Pakin I am recording changes to a package I maintain, similar to the following: RecordChanges begin{macro}{somemacro} changes{0.1}{2018/01/01}{Added a shiny new macro} begin{macrocode} … end{macrocode} end{macro} PrintChanges However, if I eventually want to remove the somemacro command in version 2.0 of the package, I would like to be able to retain the old change history but not show the macro in the package otherwise. Is there some way to hide the begin{macro} from rendering the macro name in the sidebar, or remove the begin{macro} entirely and manually specify the macro that the change lines should be under in the changelog (so that they don't just show up under the general one)?