From 09812d696920aaeb5826047c3bf13358439a62fa Mon Sep 17 00:00:00 2001 From: Ferran Brosa Planella Date: Sun, 30 Oct 2022 10:54:01 +0000 Subject: [PATCH] Fix format CHANGELOG Fixed a few issues with the CHANGELOG format --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1240804de4..c2ee1d24db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ ## Features -- Added three-dimensional interpolation [#2380](https://github.com/pybamm-team/PyBaMM/pull/2380) - Third-party parameter sets can be added by registering entry points to `pybamm_parameter_set` ([#2396](https://github.com/pybamm-team/PyBaMM/pull/2396)) +- Added three-dimensional interpolation ([#2380](https://github.com/pybamm-team/PyBaMM/pull/2380)) ## Bug fixes +- `pybamm.have_julia()` now checks that julia is properly configured ([#2402](https://github.com/pybamm-team/PyBaMM/pull/2402)) - For simulations with events that cause the simulation to stop early, the sensitivities could be evaluated incorrectly to zero ([#2337](https://github.com/pybamm-team/PyBaMM/pull/2337)) -- `pybamm.have_julia()` now checks that julia is properly configured ([#2402](<(https://github.com/pybamm-team/PyBaMM/pull/2402)>)) ## Optimizations