latexdiff is able to highlight differences in the bibliography when the content of the bbl generated by BibTeX is included in the document.
I've been trying to unsuccessfully do the same with BibLaTeX and Biber, i.e. including the the bbl generated by Biber into the document using Herbert's approach here.
But it does not work. For example, when there is a change in the title of an article, latexdiff generates the following:
\DIFdelbegin %DIFDELCMD < \field{title}{{Do Consumers Choose the Right Credit Contracts?}}
%DIFDELCMD < %%%
\DIFdelend \DIFaddbegin \field{title}{{Does this work? Do Consumers Choose the Right Credit Contracts?}}
\DIFaddend \field{year}{2006}
Which just produces the new title ("Does this work? Do...).
Is there a way to show changes when the bibliography is produced by BibLaTeX and Biber?