\captionlistentry syntax

Thank you very much for the new release of caption which I just got.

It seems to me that the syntax of \captionlistentry has changed as it now requires to mandatory arguments, like so: \captionlistentry{<float type>}{<caption>}.

Am I correct? I am asking because I had to insert table as first argument of \captionlistentry to get this command work inside a longtable after today's update of caption as follows:

\begin{longtable}{lllll}
\bottomrule
\caption*{\Cref*{tab:arabtex-consonants}: Standard Arab\TeX\ (consonants)}
\endfoot
\captionlistentry{table}{Arab\TeX\ consonants}\\[-1em]
% etc.

That is, \captionlistentry{table}{Arab\TeX\ consonants} instead of \captionlistentry{Arab\TeX\ consonants}

Edited by Robert Alessi