From a8d13524363569268481a098b1fa0fe735d787ba Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 3 Feb 2024 11:36:15 +0000 Subject: [PATCH] Updated and reorganized the 2.2.0 changelog --- src/guide/xml/changelog.xml | 86 +++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/src/guide/xml/changelog.xml b/src/guide/xml/changelog.xml index 13f2e45b6..3049558e8 100644 --- a/src/guide/xml/changelog.xml +++ b/src/guide/xml/changelog.xml @@ -14,94 +14,98 @@ finer detail. Changes in version 2.2.0 2.2.0 - 2024-02-02 + 2024-02-03 - Ensure that subtitle appears on a book titlepage, fixed - #415. + Support titleabbrev-passthrough, + fixed #469. - Make sure v:debug is declared in print.xsl, fixed - #420. + Integrated support for + automatic glossaries + contributed by Frank Steimke. + Fixed #453 + and #445. + Extended to support automatic glossary divisions, + fixed #460. - Corrected the image intrinsic functions so that non-integer dimensions are supported in SVG; - added support for dimensions with units, fixed - #413, - #432, and - #443. + Added support for + automatic bibliographies + analogous to automatic glossaries. - Column widths computed from CALS tables did not correctly specify units, fixed - #410. + Integrated documentation improvements contributed by Frank Steimke, + fixed #452. - Integrated improved support for improved - cross reference styles - contributed by Frank Steimke, fixed - #414. + Attempted to work around a scrolling issue in the persistent ToC, + fixed #451. - Merged a fix to the German localization contributed by Tom Schraitle, fixed - #428. + Corrected the image intrinsic functions so that non-integer dimensions are supported in SVG; + added support for dimensions with units, + fixed #413, + #432, + and #443. - Attempted to work around a scrolling issue in the persistent ToC, fixed - #451. + Allow pre- and post-processing transforms to be specified as command line parameters, + fixed #440 + and #441 - Merged a patch, contributed by Frank Steimke, to avoid a - warning when a table width is exactly the same as the nominal page - width, fixed - #411. + Merged a fix to the German localization contributed by Tom Schraitle, + fixed #428. - Allow pre- and post-processing transforms to be specified as command line parameters, fixed - #440 - and - #441 + Make sure v:debug is declared in print.xsl, + fixed #420. - Integrated support for - automatic glossaries - contributed by Frank Steimke. Fixed - #453, - and - #445. - Extended to support automatic glossary divisions, fixed - #460. + Ensure that subtitle appears on a book titlepage, + fixed #415. - Added support for - automatic bibliographies - somewhat analagous to automatic glossaries. + Integrated improved support for improved + cross reference styles + contributed by Frank Steimke, + fixed #414. + + + + + Merged a patch, contributed by Frank Steimke, to avoid a + warning when a table width is exactly the same as the nominal page + width, + fixed #411. - Integrated documentation improvements contributed by Frank Steimke, fixed - #452. + Corrected an error where column widths computed from CALS tables did not correctly specify units, + fixed #410.