summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2023-01-07 13:27:16 +0100
committerGitHub <noreply@github.com>2023-01-07 13:27:16 +0100
commitcdb37ee8f3037a40b9546933b33a3e1b0726011c (patch)
tree4f7aa76a1e1903d85c4b80dc678a51375f006f6a
parentc40f4f904f3b053a3600c72f8abe6d4483787063 (diff)
downloadsphinx-git-cdb37ee8f3037a40b9546933b33a3e1b0726011c.tar.gz
Update CHANGES to announce LaTeX deprecation of internal \dimen's (#11107)
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52228b4d5..b170ea01b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ Incompatible changes
Deprecated
----------
+* LaTeX: some internal TeX ``\dimen`` registers are since 5.1.0 either not
+ used (and assigning them some dimension value is with no effect), or used
+ via changed names. They never were mentioned in the docs but do have usable
+ public names, hence this deprecation notice. They are
+ ``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
+ ``\sphinxshadowsize``, and ``\sphinxshadowrule``. It would be complicated
+ to let their use trigger some warning during PDF builds, so this will be the
+ sole announcement. They will get removed from LaTeX support files at 7.0.0.
+ (refs: #11105)
+
Features added
--------------