From 84eaa58d0308c6fafc10f3c210c2aff903775391 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 25 Feb 2024 15:22:02 -0500 Subject: [PATCH] revise CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25328a0e..70996216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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