From 6c7b2f596084380b150034a0aa8ad978578c3db6 Mon Sep 17 00:00:00 2001 From: bennibolm Date: Fri, 1 Mar 2024 14:36:16 +0100 Subject: [PATCH] Add comment to NEWS.md --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index d70504d8c85..0c0fd8a8f7e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,18 @@ 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 in the v0.7 lifecycle + +#### Added +- Subcell local one-sided limiting support for nonlinear variables in 2D for `TreeMesh` + +#### Changed + +#### Deprecated + +#### Removed + + ## Changes when updating to v0.7 from v0.6.x #### Added