From 38984536f4ace6e380fde8d970e81e913092e079 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Tue, 3 Sep 2024 14:47:44 -0700 Subject: [PATCH] Update CHANGELOG.md to include surface thermal model (#4412) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a959748f..55c6369ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Added additional user-configurable options to the (`IDAKLUSolver`) and adjusted the default values to improve performance. ([#4282](https://github.com/pybamm-team/PyBaMM/pull/4282)) - Added the diffusion element to be used in the Thevenin model. ([#4254](https://github.com/pybamm-team/PyBaMM/pull/4254)) +- Added lumped surface thermal model ([#4203](https://github.com/pybamm-team/PyBaMM/pull/4203)) ## Optimizations