diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-29 09:34:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-29 09:34:25 +0000 |
commit | 2ee9e61602b53a25db056d99ea0308b245120c03 (patch) | |
tree | 5fc6890331d99ec0f2ba060b90cc68ea62f714f1 /CHANGELOG.md | |
parent | Adding upstream version 3.7.1. (diff) | |
download | pre-commit-2ee9e61602b53a25db056d99ea0308b245120c03.tar.xz pre-commit-2ee9e61602b53a25db056d99ea0308b245120c03.zip |
Adding upstream version 3.8.0.upstream/3.8.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d5b33..49094bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +3.8.0 - 2024-07-28 +================== + +### Features +- Implement health checks for `language: r` so environments are recreated if + the system version of R changes. + - #3206 issue by @lorenzwalthert. + - #3265 PR by @lorenzwalthert. + 3.7.1 - 2024-05-10 ================== |