summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zref-check/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/zref-check/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/zref-check/CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/macros/latex/contrib/zref-check/CHANGELOG.md b/macros/latex/contrib/zref-check/CHANGELOG.md
index 130aaf8ad7..7ce9594a63 100644
--- a/macros/latex/contrib/zref-check/CHANGELOG.md
+++ b/macros/latex/contrib/zref-check/CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.2.0...HEAD)
+## [Unreleased](https://github.com/gusbrs/zref-check/compare/v0.2.1...HEAD)
+
+## [v0.2.1](https://github.com/gusbrs/zref-check/compare/v0.2.0...v0.2.1) (2021-09-16)
+
+### Changed
+- Use `\msg_line_context:` instead of `\msg_line_number:` for messages.
+- Use more efficient way to set checks as option keys in `\zcheck`.
+- Spare setting end label in `\zcheck` for checks which don't need it.
+- Separate `zref` property lists for checks and targets, so that only the
+ minimum set of required properties for each are used.
+
+### Added
+- New `pagegap` check.
+- Provide infrastructure for integration with `zref-clever`.
## [v0.2.0](https://github.com/gusbrs/zref-check/compare/v0.1.0...v0.2.0) (2021-08-17)