summaryrefslogtreecommitdiff
path: root/support/pkgcheck/CHANGES.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-04 03:02:00 +0000
committerNorbert Preining <norbert@preining.info>2021-10-04 03:02:00 +0000
commit4a258bbb349d86735a9d1be59c3a5eae8756012c (patch)
treefbf34e5440862041423deb0b41262aad30b05425 /support/pkgcheck/CHANGES.md
parentc7bf3f5a728fcb426d1aa38fbec211d4344a3725 (diff)
CTAN sync 202110040301
Diffstat (limited to 'support/pkgcheck/CHANGES.md')
-rw-r--r--support/pkgcheck/CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/pkgcheck/CHANGES.md b/support/pkgcheck/CHANGES.md
index 9ef9e83474..98c911348a 100644
--- a/support/pkgcheck/CHANGES.md
+++ b/support/pkgcheck/CHANGES.md
@@ -152,3 +152,12 @@
- new error message e0040: too few top level directories in tds zip archive
- new error message e0041: map file found in path not starting with `fonts/map/dvips`
- add more test cases
+2021-10-03 (2.3.0)
+ - if a URL ends with '。', which is an ideographic full stop (U+3002), remove that character
+ - add temporary file endings .hd and tpt (pointed to by Karl Berry)
+ - add option `--ignore-same-named` to ignore same named files
+ - add `.lua` to file endings recognized as scripts
+ - add latex-firstaid-dev to exceptions when checking paths in the TDS archive
+ - ignore if generated files with ending .html or .css exist (merge request from Vít Novotný).
+ Reason is that documentation could also exist as html.
+ - some code simplifications most of them by clippy recommendations