From 28693db7a842dfe96000ea04302e865f3cbf981b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Gu=C3=A9vremont?= Date: Mon, 5 Aug 2024 20:14:22 -0400 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc54febe1b..d2a3bb6f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - MINOR Conditions for whether a boundary condition should be updated were made less restrictive. Now, each physics is responsible for updating or not their boundary conditions. [#1197](https://github.com/chaos-polymtl/lethe/pull/1197) -## [Master] - 2024-08-05 - ### Removed - MINOR Removed the gear3 DEM integrator. It was never used, it did not possess any unit test and it was not even clear if it still worked. [#1221](https://github.com/chaos-polymtl/lethe/pull/1211)