From b428c1ce99e580dd8ea8f0130dc256433ca9f56b Mon Sep 17 00:00:00 2001 From: Santiago Badia Date: Wed, 8 Jul 2020 16:37:32 +1000 Subject: [PATCH] Update NEWS.md --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 015ca02..5f7c233 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,12 +4,16 @@ 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). +## [0.4.0] - 2020-07-08 + + - Support for computation of partial time derivatives since PR [#20](https://github.com/gridap/GridapODEs.jl/pull/20) + - Updated to Gridap v0.13 + ## [0.3.0] - 2020-06-29 ### Added - New constant and affine version of operators via a new Trait `OperatorType` being used in `ODEOperator`, `ODEOpFromFEOp` and `TransientFEOperator`. Since PR [#18](https://github.com/gridap/GridapODEs.jl/pull/18) - - Support for computation of partial time derivatives since PR [#20](https://github.com/gridap/GridapODEs.jl/pull/20) ## [0.2.1] - 2020-06-16