Skip to content

Commit

Permalink
Add notes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Dec 24, 2024
1 parent a77c8c3 commit 87cdd07
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

## [Unreleased](https://github.com/NREL/thevenin)

### New Features

### Optimizations

### Bug Fixes

### Breaking Changes

## [v0.1.2](https://github.com/NREL/thevenin/tree/v0.1.2)

### New Features
- Added Coulombic efficiency (`ce`) as a parameter option ([#4](https://github.com/NREL/thevenin/pull/4))

### Optimizations

### Bug Fixes
- `Solution.plot` now blocks at the end of a program ([#5](https://github.com/NREL/thevenin/pull/5)). Figures no longer automatically close when programs are run from scripts. Blocking only occurs at the end of a program so that opening figures do not stop other lines of code from running.

### Breaking Changes
- New Coulombic efficiency option means users will need to update old `params` inputs to also include `ce`
Expand Down

0 comments on commit 87cdd07

Please sign in to comment.