From 6e133e4e7aeed7daee084d0a240c3f06436d6547 Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 12 Jan 2025 17:20:29 +0100 Subject: [PATCH] Update changelog for v2.4 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae44081..d87e2db 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,12 @@ jobs: - Added `dummy_syntaxes` input that creates empty syntax files to satisfy external `embed`s that would otherwise result in CI failures. (@FichteFoll, #13, #20) +- Added ability to specify `stable` for the `build` input, + which automatically determines the latest stable build. + (@FichteFoll, #21, #6) +- Added ability to specify `binary` for the `default_packages` input, + which automatically resolves to the closest tag on the repository. + (@FichteFoll, #21) ### v2.3 (2025-01-11)