1
0
Fork 0

🔧 Added missing line to CHANGELOG for v2.0.1

This commit is contained in:
Joost De Cock 2019-09-02 19:59:08 +02:00
parent e41915da6d
commit 66f482ad54
3 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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"

View file

@ -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)