From e5ce7a1ecd19dbd58c8a8638679ffcc3a183460f Mon Sep 17 00:00:00 2001 From: Ferran Brosa Planella Date: Tue, 22 Sep 2020 16:47:01 +0200 Subject: [PATCH] #1173 edit CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b6276e79e..f7997a9899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Bug fixes - Raise error if the boundary condition at the origin in a spherical domain is other than no-flux ([#1175](https://github.com/pybamm-team/PyBaMM/pull/1175)) +- Fix boundary conditions at r = 0 for Creating Models notebooks ([#1173](https://github.com/pybamm-team/PyBaMM/pull/1173)) ## Breaking changes