The identifier to this package is 'changes'. Therefore, in order to use it, make the declaration to the use of this package in the preamble, after the documentclass{}. For example,
\documentclass{article}
\usepackage{changes}
\usepackage{changes}
Examples of usage:
- \added{new text} for addition.
- \deleted{old text} for deletion.
- \replaced{new text}{old text} for replacement.
In order to deliver the final version of the document, add 'final' option to the 'changes' option.
\usepackage[final]{changes}
'Manual change markup' documentation on CTAN (pdf).