From 2e37286c77f8996fee4f3abbd506d29fa3ec546c Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Mon, 8 Nov 2021 12:45:22 -0500 Subject: [PATCH] #1768 changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad7b2de27..70696fa8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## Bug fixes -- Fixed finite volume discretization in spherical polar coordinates ([#1782](https://github.com/pybamm-team/PyBaMM/pull/1782)) - Fixed `sympy` operators for `Arctan` and `Exponential` ([#1786](https://github.com/pybamm-team/PyBaMM/pull/1786)) +- Fixed finite volume discretization in spherical polar coordinates ([#1782](https://github.com/pybamm-team/PyBaMM/pull/1782)) + +## Breaking changes +- Raise error if `Concatenation` is used directly with `Variable` objects (`concatenation` should be used instead) ([#1789](https://github.com/pybamm-team/PyBaMM/pull/1789)) # [v21.10](https://github.com/pybamm-team/PyBaMM/tree/v21.9) - 2021-10-31 ## Features