summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zref-clever/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/zref-clever/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/zref-clever/CHANGELOG.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/macros/latex/contrib/zref-clever/CHANGELOG.md b/macros/latex/contrib/zref-clever/CHANGELOG.md
index 5023b04b7a..2a3f9bdbc4 100644
--- a/macros/latex/contrib/zref-clever/CHANGELOG.md
+++ b/macros/latex/contrib/zref-clever/CHANGELOG.md
@@ -1,6 +1,27 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.2.2-alpha...HEAD)
+## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.3.0...HEAD)
+
+## [v0.3.0](https://github.com/gusbrs/zref-clever/compare/v0.2.2-alpha...v0.3.0) (2022-04-22)
+
+### Changed
+- `zref-clever` no longer accepts package options to be set a load-time,
+ `\zcsetup` must be used instead. The use of load-time options now results
+ in "Unknown option" LaTeX error. This change requires that users adjust
+ their documents, and a suitable package warning has been provided so that
+ affected users know of the change directly and how to adjust.
+- Option `check` has been made no-op in the preamble. To load the
+ corresponding package, just use the standard `\usepackage`.
+- (Internal) Use public hyperref's commands for building links instead of the
+ internal `\hyper@@link`.
+
+### Deprecated
+- Options `titleref` and `vario` have been deprecated. To load the
+ corresponding packages, just use the standard `\usepackage`.
+
+### Fixed
+- Bug which affected the typesetting with compression in case two ranges for
+ the same reference type occurred.
## [v0.2.2-alpha](https://github.com/gusbrs/zref-clever/compare/v0.2.1-alpha...v0.2.2-alpha) (2022-02-11)