From 1185b7d7e578848fd262151c06c8e9c34813eee6 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Thu, 1 Aug 2024 14:06:54 +0200 Subject: [PATCH] edit news --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 66e2319..53030e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Adding `compute_redistribute_weights` and `compute_adaptive_flags` functions for load balancing and adaptive mesh refinement, respectively. Since PR [#95](https://github.com/gridap/GridapEmbedded.jl/pull/95). + + ## [0.9.4] - 2024-07-09 ### Added