Footnotes inside tables don't render

When using a LaTeX \footnote{} inside of a table, the footnote produces a superscript number, but no actual footnote renders at the bottom of the page.

An example is

\begin{table}[]
\begin{tabular}{lllll}
\textbf{Project} & \textbf{BUSL date} & \textbf{Change Date} & \textbf{Change License} & \textbf{Reference} \\
Foo & Bar & Baz\footnote{Baz?} & Qux & Yow \\
\end{tabular}
\end{table}

Here we get "Baz¹" inside the table, but no "1. Baz?" at the bottom of the page.