diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/zref-clever/CHANGELOG.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/zref-clever/CHANGELOG.md | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/zref-clever/CHANGELOG.md b/Master/texmf-dist/doc/latex/zref-clever/CHANGELOG.md index 5a5addd47ee..74fdc04b4e4 100644 --- a/Master/texmf-dist/doc/latex/zref-clever/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/zref-clever/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog -## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.1.2-alpha...HEAD) +## [Unreleased](https://github.com/gusbrs/zref-clever/compare/v0.2.0-alpha...HEAD) + +## [v0.2.0-alpha](https://github.com/gusbrs/zref-clever/compare/v0.1.2-alpha...v0.2.0-alpha) (2022-01-28) + +### Added +- The reference block formatting has been generalized to allow for more + flexibility in setting the reference structure, with the new option + `refbounds`. + +### Fixed +- Fixed handling of type names defined to be empty. +- Fixed distinction of `lastsep` and `pairsep` in cases where the type-block + starts or ends with a range. + +### Changed +- The `namefont` and `reffont` options can now be set also in + `\zcRefTypeSetup` and `\zcLanguageSetup`. +- (Internal) Moved from property lists to individually named macros to store + and retrieve options. + +### Deprecated +- Options `preposinlink`, `preref`, and `postref` have been deprecated and + replaced by new option `refbounds`. ## [v0.1.2-alpha](https://github.com/gusbrs/zref-clever/compare/v0.1.1-alpha...v0.1.2-alpha) (2022-01-10) @@ -34,7 +56,7 @@ ### Removed - Dropped the `subappendix` reference type. -## [v0.1.0-alpha](https://github.com/gusbrs/zref-clever/releases/tag/v0.1.0-alpha) (2021-00-24) +## [v0.1.0-alpha](https://github.com/gusbrs/zref-clever/releases/tag/v0.1.0-alpha) (2021-11-24) ### Added - Initial release. |