summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-13 21:05:04 +0000
committerKarl Berry <karl@freefriends.org>2022-01-13 21:05:04 +0000
commit031d7dac6f41c0c635cb8e8fa08cf794a1cc80c1 (patch)
tree16758e614639acf9cd63d4db4f4a618ffe99e853 /Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md
parentd34f367554fea0310b29e2b530b4b1939e21b92b (diff)
pdfmanagement-testphase (13jan22)
git-svn-id: svn://tug.org/texlive/trunk@61599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md b/Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md
index 62ad8aee748..ec1686c5781 100644
--- a/Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/pdfmanagement-testphase/CHANGELOG.md
@@ -5,6 +5,33 @@ first release 0.95a, 2021-02-23 will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
+## [Unreleased]
+
+## [2022-01-13]
+### Changed
+ - the keys `firstaidoff` and `pdfmanagement` should now be set with the `debug` key.
+ - `testphase` will now load files from the latex-lab bundle. This requires a current
+ latex-dev: LaTeX2e <2022-06-01> pre-release-1.
+ - new values for `testphase`: `phase-I` and `phase-II`.
+ `phase-I` will loaded tagpdf and activate tagging and interword spaces, `phase-II will
+ additionally activate paratagging. The value `tagpdf` for the `testphase`
+ key has been deprecated. It will not error for some time and has been aliased to
+ `phase-II`, but it is recommended to use the new values `phase-I` and `phase-II` instead.
+ - renamed `\DeclareDocumentMetadata` to `\DocumentMetadata` (the older version is still provided)
+ to follow the development in latex-dev.
+
+### Fixed
+
+ - adapted the file hooks to the changes in LaTeX
+ - small bugs
+
+### Removed
+
+ - the `activate` key has been removed, its function is integrated in the testphase key.
+
+### Added
+ - preliminary support for structure destination to prepare for binary changes in texlive 2022
+
## [2021-08-28]
### Changed
- colorscheme 'original' has been renamed to 'primary-colors'