> On 25 Feb 2024, at 17:38, Marcos Pegoraro <marcos@xxxxxxxxxx> wrote: > So I was thinking of a way to get differences between this and that versions, and for all doc pages. > Something like we already have on [2], it explicits, this feature was introduced, this was changed, this does not exist anymore. The documentation is written in heavily structured form using XML, you can most likely write a diffing tool fairly easily which gives enough hints to know what to read up on (or find an existing tool where plugging in a XPath expression suffice). By the sounds of it you are mostly interested in things found in tables which makes it even easier. -- Daniel Gustafsson