We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d444f commit e9b3afbCopy full SHA for e9b3afb
2 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
#### Changed
6
- bump KiteUtils to 0.11.1
7
- use subprojects instead of TestEnv
8
+- fix warnings
9
10
### WinchControllers v0.5.3 2025-05-31
11
#### Added
examples/stability_lfc.jl
@@ -102,7 +102,7 @@ function margins()
102
try
103
dm = diskmargin(sys)
104
push!(margins, dm.margin)
105
- catch e
+ catch
106
push!(margins, 0)
107
end
108
0 commit comments