From ab43b24d132f3cefaa87ae1a9740d5b5312cea2f Mon Sep 17 00:00:00 2001 From: Tamara Cook <10754072+tamaracha@users.noreply.github.com> Date: Sat, 19 Oct 2024 15:01:46 +0200 Subject: [PATCH] Docs: Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc73265..1fe08c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- `TypstCompileTask` now takes creation date as an optional task input, also configurable via extension. See [SOURCE_DATE_EPOCH specification] for more information. +- Utility value source that queries the date from a git revision as a UNIX timestamp that can be passed to `typst.creationTimestamp` extension property + +[SOURCE_DATE_EPOCH specification]: https://reproducible-builds.org/specs/source-date-epoch/ + ## [0.2.0] - 2024-10-19 ### Changed