diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-22 18:50:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-22 18:50:38 +0000 |
commit | 82595fccd26989d7c7958e3e6713f5e0ad6ac3ad (patch) | |
tree | 095007d0301345b4ee34f64a333e56547efe899a /CHANGELOG.md | |
parent | Adding upstream version 4.0.1. (diff) | |
download | pre-commit-82595fccd26989d7c7958e3e6713f5e0ad6ac3ad.tar.xz pre-commit-82595fccd26989d7c7958e3e6713f5e0ad6ac3ad.zip |
Adding upstream version 4.1.0.upstream/4.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b4c8c..408afe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +4.1.0 - 2025-01-20 +================== + +### Features +- Add `language: julia`. + - #3348 PR by @fredrikekre. + - #2689 issue @jmuchovej. + +### Fixes +- Disable automatic toolchain switching for `language: golang`. + - #3304 PR by @AleksaC. + - #3300 issue by @AleksaC. + - #3149 issue by @nijel. +- Fix `language: r` installation when initiated by RStudio. + - #3389 PR by @lorenzwalthert. + - #3385 issue by @lorenzwalthert. + + 4.0.1 - 2024-10-08 ================== |