Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Oct 18, 2024
1 parent 2192f93 commit 0c33e78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0c33e78

Please sign in to comment.