Skip to content

Commit 7fc9120

Browse files
authored
Update NEWS.md
1 parent 16c8a81 commit 7fc9120

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

NEWS.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Unreleased
22
### Added
3-
- added the function `install_examples()` which allows to easily install the examples without using `git`
4-
- the function `solve!` returns a struct now. The function `solve`that returns a dict is still available.
3+
- Added the function `install_examples()` which allows to easily install the examples without using `git`
4+
- The function `solve!` returns a struct now. The function `solve`that returns a dict is still available.
5+
Add the moment coefficients distribution in `solve!`
56
### Changed
6-
- in the `menu.jl`, changed `help` to `help_me`. It works better now, no more warnings on Linux, it should also work on MacOS now
7-
- the coordinate frames of the panels now use the same convention as the kite body frame
8-
- the page "Glossary" of the documentation is quite complete now
9-
- the center of mass field of the `KiteWing` is removed, and the geometry is created such that `[0, 0, 0]` is the center of mass
7+
- In the `menu.jl`, changed `help` to `help_me`. It works better now, no more warnings on Linux, it should also work on MacOS now
8+
- The coordinate frames of the panels now use the same convention as the kite body frame
9+
- The page "Glossary" of the documentation is quite complete now
10+
- The center of mass field of the `KiteWing` is removed, and the geometry is created such that `[0, 0, 0]` is the center of mass
11+
- Fix the calculation of force coefficients in `solve!`
1012

1113
## VortexStepMethod v1.1.0 2025-03-04
1214
### Added

0 commit comments

Comments
 (0)