Skip to content

Commit 4083544

Browse files
committed
Update CHANGELOG.md
1 parent 6c06738 commit 4083544

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SPDX-FileCopyrightText: 2025 Uwe Fechner, Bart van de Lint
33
SPDX-License-Identifier: MIT
44
-->
5-
### KiteModels v.11.0 2026-02-19
5+
### KiteModels v.11.0 2026-02-20
66

77
#### Changed
88

@@ -13,11 +13,21 @@ SPDX-License-Identifier: MIT
1313
- all test files can be executed separately
1414
- test files have been renamed, now all start with `test-`
1515
- use workspaces for the `test`, `examples`, and `docs` folder
16+
- all markdown files are now checked with `markdownlint`
17+
- no more global variables in the main test scripts
18+
19+
#### Fixed
20+
21+
- all examples and tests that call `find_steady_state!` succeed now without warning
22+
- other fixes of examples
23+
- dead or wrong links in README.md and the documentation
24+
- many JETLS warnings, only two left
1625

1726
#### Added
1827

1928
- configuration files from `BestieTemplate.jl`
2029
- installer script `bin/install`
30+
- a warning if `find_steady_state!` does not succeed
2131

2232
### KiteModels v0.10.0 2026-02-06
2333

0 commit comments

Comments
 (0)