Skip to content

Commit 4432376

Browse files
committed
Update CHANGELOG.md
1 parent 3b9dd4e commit 4432376

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,23 @@ SPDX-License-Identifier: MIT
1010
- Added `CondaPkg` directory to `.gitignore`
1111
- Added missing imports in `examples/rotations.jl`
1212
- Updated `bin/reuse_lint` script
13+
- Added Julia version selection dialog to `bin/update_default_manifest`
14+
- Run tests also on Julia 1.11 in `bin/install`
15+
- Suppress verbose CondaPkg logs in `bin/setup_env`
1316

1417
#### Changed
15-
- Use `-t auto` in `bin/run_julia` for better terminal handling
18+
- Use `-t auto` in `bin/run_julia` to allow multithreading in the REPL
1619
- Improved `examples_3d/parking_wind_dir.jl` example
1720
- Improved plots in `examples_3d/parking_wind_dir.jl` and `examples_3d/plot_turbulence.jl`
1821
- Updated documentation build (`docs/make.jl`)
1922
- Cleaned up removed `initial_reel_out_4p` example files
2023
- Improved comments throughout the codebase
24+
- Improved messages in `bin/install`
2125

2226
#### Fixed
2327
- Fixed Windows compatibility in `bin/setup_env`
2428
- Fixed bug in `examples/rotations.jl`
29+
- Fixed `Pkg.test()` call for Julia 1.11 in `bin/install`
2530

2631
### KiteModels v0.11.12 2026-05-08
2732
#### Fixed

0 commit comments

Comments
 (0)