summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx')
-rw-r--r--Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx b/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
index 67029384292..923f8868679 100644
--- a/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
+++ b/Master/texmf-dist/doc/latex/reledmac/doc-include/migrate-mac.dtx
@@ -405,3 +405,17 @@
%
% \subsection{Migration to \reledmac~2.18.0}
% After updating reledmac, and before any new compilation, you need to clean your \verb|.aux| files, if you use \cs{edlabel} or related.
+% \subsection{Migration to \reledmac~2.21.0}
+% Previously, there were a bug, which was in contradiction with the handbook.
+% If you wrote
+% \begin{verbatim}
+% The \edtext{creature\edindex{elephant} was quite
+% unafraid}{\Afootnote{Of the mouse, that is.}}
+% \end{verbatim}
+% \enquote{elephant} was indexed both in main text and in critical footnotes.
+% With the new version of \reledmac, it is indexed only in main text.
+% If you want to index it also in critical footnotes, do
+% \begin{verbatim}
+% The \edtext{creature\edindex{elephant} was quite
+% unafraid}{\Afootnote{\edindex{elephant}Of the mouse, that is.}}
+% \end{verbatim}