Skip to content

Commit

Permalink
#1582 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Feb 2, 2022
1 parent 7cc0d9f commit 6f636bd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)


## Features

- Initial concentrations can now be provided as a function of `r` as well as `x` ([#1866](https://github.com/pybamm-team/PyBaMM/pull/1866))

## Breaking changes

- The `domain` setter and `auxiliary_domains` getter have been deprecated, `domains` setter/getter should be used instead. The `domain` getter is still active. We now recommend creating symbols with `domains={...}` instead of `domain=..., auxiliary_domains={...}`, but the latter is not yet deprecated ([#1866](https://github.com/pybamm-team/PyBaMM/pull/1866))

# [v22.1](https://github.com/pybamm-team/PyBaMM/tree/v22.1) - 2022-01-31

## Features
Expand Down

0 comments on commit 6f636bd

Please sign in to comment.