From a2d15a26f88cd449a7988b65ca62959e8d392591 Mon Sep 17 00:00:00 2001 From: Nathan Miller Date: Tue, 18 Jun 2024 11:44:39 -0600 Subject: [PATCH] MAINT: Updated the changelog --- docs/sphinx/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/changelog.rst b/docs/sphinx/changelog.rst index 0de26fc..e284189 100644 --- a/docs/sphinx/changelog.rst +++ b/docs/sphinx/changelog.rst @@ -51,8 +51,9 @@ Internal Changes - Added a better guess for the mass-change residual to improve convergence (:pull:`110`). By `Nathan Miller`_. - Replaced the trapezoidal evolveF with the exponential map version (:pull:`111`). By `Nathan Miller`_. - Rolled back exponential integrator for micromorphic (:pull:`114`). By `Nathan Miller`_. -- Added test for a fully directional integration where we know the answer (:pull:`116`). By `Nathan Miller`_. -- Added test for a fully spherical integration where we know the answer (:pull:`117`). By `Nathan Miller`_. +- Added test for a fully directional integration where we know the answer (:pull:`117`). By `Nathan Miller`_. +- Added test for a fully spherical integration where we know the answer (:pull:`118`). By `Nathan Miller`_. +- Added test for when the mass-change rate is zero (:pull:`119`). By `Nathan Miller`_. Bug Fixes =========