Skip to content

Commit cd5a7e1

Browse files
committed
Update CHANGELOG.md
1 parent b783f8e commit cd5a7e1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
SPDX-FileCopyrightText: 2025 Uwe Fechner, Bart van de Lint
33
SPDX-License-Identifier: MIT
44
-->
5-
### KiteModels v0.11.14 2026-06-19
5+
### KiteModels v0.11.14 2026-06-20
66
#### Added
77
- Added function `reel_out_speed` to `KiteModels.jl`, `KPS3.jl`, and `KPS4.jl`
88
- Added `output/` directory to `.gitignore`
99

1010
#### Changed
1111
- Switched from `ControlPlots` to `MakieControlPlots` across all examples, tests, docs, and scripts (#295)
1212
- Removed `bin/install_controlplots`
13-
- Added a 25 ms delay to each `plot2d` call to match the previous `ControlPlots` behaviour
13+
- Added a 25 ms delay to each `plot2d` call to match the previous `ControlPlots` behavior
1414
- Cleaned up `bin/install`: no special handling for `ControlPlots` any more
1515
- `examples/reel_out_4p_torque_control.jl` now uses `reel_out_speed` and interface functions, and plots heading and wind at kite
1616
- Updated PR template: replaced "Lint workflow is passing" with "JETLS is not reporting any warnings"; updated docs check to reference `scripts/build_docu.jl`
@@ -21,6 +21,9 @@ SPDX-License-Identifier: MIT
2121

2222
#### Fixed
2323
- Fixed plotting issue in examples after migration to `MakieControlPlots`
24+
- Fixed jetls warnings: sorted `using` imports alphabetically in `auto_parking_4p.jl`, `parking_wind_dir.jl`, and `plot_turbulence.jl`
25+
- Fixed jetls warning: removed unused `y_label` assignment in `reel_out_1p.jl`
26+
- Fixed jetls warning: removed redundant `last_heading` initialization in `steering_test_1p.jl` and `steering_test_4p.jl`
2427

2528
### KiteModels v0.11.13 2026-05-14
2629
#### Added

0 commit comments

Comments
 (0)