summaryrefslogtreecommitdiff
path: root/macros/latex/required/tools/changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/required/tools/changes.txt')
-rw-r--r--macros/latex/required/tools/changes.txt45
1 files changed, 43 insertions, 2 deletions
diff --git a/macros/latex/required/tools/changes.txt b/macros/latex/required/tools/changes.txt
index 17278e4a54..43464f8b24 100644
--- a/macros/latex/required/tools/changes.txt
+++ b/macros/latex/required/tools/changes.txt
@@ -1,4 +1,3 @@
-
=======================================================================
This file lists changes to the LaTeX2e files in reverse chronological order.
It is provided for convenience only. It therefore makes no claims to
@@ -11,13 +10,55 @@ All changes above are only part of the development branch for the next release.
================================================================================
#########################
+# 2021-11-15 Release
+#########################
+
+2021-10-28 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * multicol.dtx (subsection{Manual column breaking} \label{sec:colbreak}):
+ Corrected and error message text (gh/703)
+
+2021-10-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * multicol.dtx:
+ swap names of \mult@gfirstbox and \mult@firstbox because wrong (gh/701)
+ drop one unnecessary box allocation (gh701)
+
+2021-10-08 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * multicol.dtx:
+ Added optional argument to \columnbreak and implemented \newcolumn (gh/682)
+
+2021-09-01 David Carlisle <David.Carlisle@latex-project.org>
+
+ * longtable.dtx: add \@nobreakfalse for github/173 and \if@noskipsec for (gh/131)
+
+2021-07-12 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * array.dtx (section{The Environment Definitions}):
+ Cancel any outside \mathsurround on the outside of tabular which is
+ internally execuded in math mode (gh/614)
+
+2021-07-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * varioref.dtx (subsubsection{Supporting ranges}):
+ Use 3 additional (empty) arguments as default in case
+ nameref is active (sx/603948)
+
+2021-07-06 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * multicol.dtx (subsection{The output routines}]):
+ Removed spurious but harmless empty line (\par) in
+ code.
+
+#########################
# 2021-06-01 Release
#########################
2021-05-07 David Carlisle <David.Carlisle@latex-project.org>
* longtable.dtx: write lists of tables entry to the file with
- extension \ext@table, not force .lot github/561
+ extension \ext@table, not force .lot (github/561)
2021-04-25 David Carlisle <David.Carlisle@latex-project.org>