Skip to content

Commit

Permalink
revise CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Feb 25, 2024
1 parent 2a1c87e commit 84eaa58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- `Solution.get_total_amount`: Bugfix that would cause the method to fail if
- `Solution.get_total_amount`: Fix bug that would cause the method to fail if
units with names not natively understood by `pint` (e.g., 'ppm') were passed.

## [0.12.1] - 2024-02-25
Expand All @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `Solute.from_formula`: Fix bug in which an uncaught exception could occur when
if `pymatgen` failed to guess the oxidation state of a solute. (Issue #103 - thanks to @xiaoxiaozhu123 for reporting).
- `Solution.get_total_amount`: Bugfix that would cause the method to fail if
- `Solution.get_total_amount`: Fix bug that would cause the method to fail if
mass-based units such as mg/L or ppm were requested.

## [0.12.0] - 2024-02-15
Expand Down

0 comments on commit 84eaa58

Please sign in to comment.