Skip to content

Commit

Permalink
update news.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickersing committed Feb 7, 2024
1 parent cabcf4f commit f7d76d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Trixi.jl follows the interpretation of [semantic versioning (semver)](https://ju
used in the Julia ecosystem. Notable changes will be documented in this file
for human readability.

## Changes when updating to v0.7 from v0.6.x

#### Added

#### Changed

#### Deprecated

#### Removed
- Some specialized Shallow water specific features will no longer be available directly in
`Trixi.jl`, but will be moved to a dedicated repository: [TrixiShallowWater.jl](https://github.com/trixi-framework/TrixiShallowWater.jl). This includes all features related to wetting and drying, as well as the `ShallowWaterTwoLayerEquations1D` and `ShallowWaterTwoLayerEquations2D`.
However, the basic Shallow water equations will continue to be part of `Trixi.jl`. We'll also be updating the `TrixiShallowWater.jl` documentation with instructions on how to use these relocated features in the future.

## Changes in the v0.6 lifecycle

#### Added
Expand Down

0 comments on commit f7d76d6

Please sign in to comment.