From 643ef9ef9c727e5d2c64098ca45f360815be0e4f Mon Sep 17 00:00:00 2001 From: Eric Neiva Date: Wed, 22 May 2024 16:48:44 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2de2c63..d1852b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,11 @@ 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 + +### Fixed +- Unused `name` keywork argument in `square` and `quadrilateral` analytical geometries. Since PR [#86](https://github.com/gridap/GridapEmbedded.jl/pull/86). + ## [0.9.3] - 2024-05-20 ### Added