I really dislike seeing code comments that say
// Changed by X on date Y for bug Z start ... // Changed by X on date Y for bug Z end
That is what revision control is for. Use commit messages that describe the reason for the change and generally make commits that change only one thing at a time. That’s my preference over change history in code comments.