summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperref/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hyperref/ChangeLog.txt')
-rw-r--r--macros/latex/contrib/hyperref/ChangeLog.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/hyperref/ChangeLog.txt b/macros/latex/contrib/hyperref/ChangeLog.txt
index b7223f7530..e2d01e4e55 100644
--- a/macros/latex/contrib/hyperref/ChangeLog.txt
+++ b/macros/latex/contrib/hyperref/ChangeLog.txt
@@ -1,3 +1,33 @@
+2022-05-13 Ulrike Fischer/David Carlisle
+
+ * added new interface for package authors to create targets for internal
+ links
+ * allow to suppress sectioning and footnote patches of hyperref
+ * removed loading of memhfixc: memoir handles that now by itself.
+ * removed an old patch for KOMA before 2001
+ * removed compability code for pdftex 1.14
+ * remove a test for amsmath before 1999
+ * removed an since 2002 unneeded definition for subfigure
+ * various patches in nameref can now be disabled by package authors
+ by defining a command.
+ * the experimental option localanchorname has been deprecated
+ * LaTeX 2020-10-01 is required as hooks are used now.
+ * \refstepcounter no longer tests for the slide counter as no reason could be found
+ for that test.
+ * nameref no longer patches \ifthenelse if kernel support is detected.
+ * some support for references is done by tex4ht directly and has been removed from
+ hyperref
+ * unified reference commands, both nameref and hyperref now support
+ \ref, \pageref, \Ref, \nameref and \ref*, \pageref*, \Ref*, \nameref*
+ * removed older varioref code, a varioref newer than 2019 is now needed.
+ * improved support for showkeys.
+ * \theHequation is always defined (an not only if the section
+ counter is defined)
+ * Removed the \contentsline tests, no longer needed as \contentsline
+ has now four arguments also in latex.
+ * \MakeUppercase and \MakeLowercase work now in bookmarks if the expl3
+ support is detected.
+
2022-02-21 Ulrike Fischer/David Carlisle
* a pdftex version newer than 1.10 (from 2003) is assumed
* removed tests for numexpr/dimexpr: etex is now required