Breaking changes will be highlighted in each version, if there are any.
Breaking change would mean a change is needed in the .tex file to accommodate the changes in the document class.
Use the pdfusetitle option with hyperref instead of hypersetup for PDF metadata.
To update your document, remove `hypersetup:
-\AtBeginDocument{
- \hypersetup{
- pdftitle={\@title},
- pdfauthor={\@author}
- }
-}And add the pdfusetitle option to the hyperref package:
-\usepackage[hidelinks]{hyperref}
+\usepackage[hidelinks,pdfusetitle]{hyperref}These are not breaking changes.
- Add notes regarding TeXstudio usage.
- Remove
\subsubsectionfrom Table of Contents. - Fix
\subsectionand\subsubsectionformatting. - Fix
\itemizeto not useleft-margin, which isn't available in all environments.
- Initial release.