答案1
使用\addcontentsline
。
\documentclass{article}
\usepackage{hyperref}
\hypersetup{colorlinks}
\begin{document}
\tableofcontents
\section*{Change log}\label{sec:change}
\addcontentsline{toc}{section}{\nameref{sec:change}}
\section{Section1}
\section{Section2}
\end{document}