From 0c33e7881cf42dd3a8102ba5129550c117744247 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Fri, 18 Oct 2024 10:40:03 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0335edd..989bf39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,13 +17,13 @@ and this project adheres to [Semantic Versioning][]. ### Fixes -- Fix linting rule DSO001: It is now allowed to specify additional arguments in `read_params()`, e.g. `quiet = TRUE`. +- Fix linting rule DSO001: It is now allowed to specify additional arguments in `read_params()`, e.g. `quiet = TRUE` ([#36](https://github.com/Boehringer-Ingelheim/dso/pull/36)). +- It is now possible to use Jinja2 interpolation in combination with `!path` objects ([#36](https://github.com/Boehringer-Ingelheim/dso/pull/36)) ### Documentation - Documentation is now built via sphinx and hosted on GitHub pages: https://boehringer-ingelheim.github.io/dso/ ([#35](https://github.com/Boehringer-Ingelheim/dso/pull/35)). - ### Template updates - Make instruction comments in quarto template more descriptive ([#33](https://github.com/Boehringer-Ingelheim/dso/pull/33)). @@ -74,7 +74,6 @@ and this project adheres to [Semantic Versioning][]. - When running `dso repro`, configuration is only compiled once and not recompiled when `dso exec` or `dso get-config` is called internally. This reduces runtime and redundant log messages. - ## v0.7.0 - Improved watermarking support