Um I don't believe there is a super simple way to do this.  You might want to start with a set list of fields, and diff oldRecord vs newRecord.  Alternatively, you could turn into the entire record in JSONs and use a 3rd party library tool that diffs on objects, should be pretty easy to find one out there.