Change UpdateOnly

I just upgraded to latest version, can you help me with

await db.UpdateOnlyAsync(venue, onlyFields: q => q.LastAutoLogin, where: q => q.Id == venue.Id);

I have a lot of such methods in my code. Can you explain what has changed and why this is not valid anymore? Thanks!

Please check the v5.13 Release Notes for any Breaking Changes.

Ok thanks. Readme on github did not contain thr change thats why I was confused.

Ok yeah forgot to update the OrmLite project docs thx. But yeah only the release notes are going to contain details about any breaking changes, searching for “breaking” should let you quickly scan the release notes for any in future.