On 08/21/2015 06:57 AM, Liviu Andronic wrote:
Dear all, How can I identify the commits/dates when there were changes made to lyx2lyx? I'm looking for something like development/FORMAT which concerns fileformat changes.
If you run "git blame" on lyx_2_1.py, it will show you when the various format numbers
and associated routines were added in the conversion hub. Richard