summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/postnotes/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-29 03:05:22 +0000
committerNorbert Preining <norbert@preining.info>2022-12-29 03:05:22 +0000
commit55c69feeef908f49007708be194b7bb1c607f302 (patch)
tree5f629517b0a04430a00ee04e5bba3be4981a0f95 /macros/latex/contrib/postnotes/CHANGELOG.md
parentc593cd7fcc1d6af28601f82bf0354a13eca3ff93 (diff)
CTAN sync 202212290305
Diffstat (limited to 'macros/latex/contrib/postnotes/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/postnotes/CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/macros/latex/contrib/postnotes/CHANGELOG.md b/macros/latex/contrib/postnotes/CHANGELOG.md
index 5ae69925f0..c6fa663478 100644
--- a/macros/latex/contrib/postnotes/CHANGELOG.md
+++ b/macros/latex/contrib/postnotes/CHANGELOG.md
@@ -1,6 +1,22 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.1.7...HEAD)
+## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.2.0...HEAD)
+
+## [v0.2.0](https://github.com/gusbrs/postnotes/compare/v0.1.7...v0.2.0) (2022-12-28)
+
+### Added
+- `\postnote` option `markstr`, which can receive a string as value, and does
+ not set `sortnum`.
+- `\postnotesection` option `exp`, to expand the contents in place.
+
+### Changed
+- To simplify user input, `\postnote` option `mark` now requires a number as
+ value, but it also sets `sortnum`.
+- `\postnotesectionx` is deprecated in favor of the new `exp` option.
+- Bumped the required kernel to 2022-06-01, so that we can use the new
+ `\MakeLinkTarget` and the starred version of `\ref*` defined by the kernel,
+ which simplifies the relation with `hyperref`. All in all, `postnotes` no
+ longer needs to use any internal `hyperref` commands.
## [v0.1.7](https://github.com/gusbrs/postnotes/compare/v0.1.6...v0.1.7) (2022-11-13)