From ae0503f2640d64cf61ecb3736b9097e4b7bd34e5 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Mon, 25 Sep 2023 23:23:51 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d11829..33c06fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file. The format ## [Unreleased] ### Added -- Add a new example for a Neo-Hookean Abaqus Umat. +- Add a new example for an easy-to-extend Neo-Hookean Abaqus Umat. ### Fixed -- Fix a typo in the Neo-Hooke example for Abaqus Umat. +- Fix a typo in the basic Neo-Hooke example for Abaqus Umat. +- Disable `implicit none` for the basic Neo-Hooke example for Abaqus Umat (not supported in combination with `INCLUDE 'ABA_PARAM.INC'`). ## [2.0.0] - 2023-07-23