diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d710e3e5a..33bafe8dceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ ## 2.19.1 (2021-10-23) +### cornelius + +#### Added + + - Added the zipper guard + +#### Fixed + + - Fixed issue where the cuff style is not drafted in certain configurations Closes [#1325](https://github.com/freesewing/freesewing/issues/1325) + +### hortensia + +#### Fixed + + - Fixed issue with the handle width not drafting correctly Closes [#1403](https://github.com/freesewing/freesewing/issues/1403) + ### simon #### Fixed diff --git a/config/changelog.yaml b/config/changelog.yaml index e1f24fe7a32..aed8b5fb53b 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -2,6 +2,12 @@ date: 2021-10-23 Fixed: + cornelius: + - Fixed issue where the cuff style is not drafted in certain configurations + Closes [#1325](https://github.com/freesewing/freesewing/issues/1325) + hortensia: + - Fixed issue with the handle width not drafting correctly + Closes [#1403](https://github.com/freesewing/freesewing/issues/1403) simon: - Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit Closes [#1411](https://github.com/freesewing/freesewing/issues/1411) @@ -9,6 +15,10 @@ - Fixed incorrect value for `brianFitCollar` resulting in incorrect collar fit Closes [#1411](https://github.com/freesewing/freesewing/issues/1411) + Added: + cornelius: + - Added the zipper guard + 2.19.0: date: 2021-10-17 diff --git a/packages/cornelius/CHANGELOG.md b/packages/cornelius/CHANGELOG.md index 4ddcf300ac2..c047dd58fa3 100644 --- a/packages/cornelius/CHANGELOG.md +++ b/packages/cornelius/CHANGELOG.md @@ -1,6 +1,16 @@ # Change log for: @freesewing/cornelius +## 2.19.1 (2021-10-23) + +### Added + + - Added the zipper guard + +### Fixed + + - Fixed issue where the cuff style is not drafted in certain configurations Closes [#1325](https://github.com/freesewing/freesewing/issues/1325) + ## 2.16.1 (2021-05-30) ### Changed diff --git a/packages/hortensia/CHANGELOG.md b/packages/hortensia/CHANGELOG.md index 0eed28305f4..651b33a16b5 100644 --- a/packages/hortensia/CHANGELOG.md +++ b/packages/hortensia/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/hortensia +## 2.19.1 (2021-10-23) + +### Fixed + + - Fixed issue with the handle width not drafting correctly Closes [#1403](https://github.com/freesewing/freesewing/issues/1403) + ## 2.19.0 (2021-10-17) ### Changed