diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca27bbefb6..68bb8ba7d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ - The models data is now based on the data from the `neckstimate` method in the utils package. +#### Fixed + + - [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website + ### theo #### Fixed diff --git a/config/changelog.yaml b/config/changelog.yaml index ed602b23566..1e82b6234b4 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -287,3 +287,7 @@ Unreleased: theo: - "[#78](https://github.com/freesewing/freesewing/issues/78): Removed inherited notches from fly shield and side piece." + models: + - "[#86](https://github.com/freesewing/freesewing/issues/86): + The `seatCircumference` measurement was missing, thus making it unavailable on the website" + diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 016b0c4f8a2..fbc92a64c28 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -17,6 +17,10 @@ - The models data is now based on the data from the `neckstimate` method in the utils package. +### Fixed + + - [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website + ## 2.0.0 (2019-08-25)