diff --git a/CHANGELOG.md b/CHANGELOG.md index ab25dc8f..94a391f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.1] - 2026-06-24 + +### Fixed +- Aggregate single scores (e.g. a PEF score) now compute correctly on JRC ILCD + method collections such as EF 3.1. They previously failed with `Unknown + variable` whenever a collection held several methods sharing one coarse + damage category — for EF 3.1 the four climate-change methods, the freshwater + ecotoxicity methods, and the resource-depletion methods each collapsed + together, so their per-method scoring variables could not resolve. + SimaPro-adapted methods were never affected. + ## [0.8.0] - 2026-06-24 ### Added diff --git a/volca.cabal b/volca.cabal index 87243d93..f89ceee1 100644 --- a/volca.cabal +++ b/volca.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: volca -version: 0.8.0 +version: 0.8.1 build-type: Simple license: Apache-2.0