From 2f86a26436e75942da514add0a86981125faa5c0 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Mon, 25 Jul 2022 19:17:46 -0700 Subject: [PATCH] Add changelog for 2399 fix. --- CHANGELOG.md | 1 + config/changelog.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52896672bae..a2651ed8138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ #### Fixed - Fix issue with boxPleat and yoke Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400) + - Removed superfluous notches in button placket, buttonhole placket, and split yoke. Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399) ### simone diff --git a/config/changelog.yaml b/config/changelog.yaml index 88a79d0e0f7..2ec93f663c9 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -23,6 +23,8 @@ Unreleased: simon: - Fix issue with boxPleat and yoke Fixes [#2400](https://github.com/freesewing/freesewing/issues/2400) + - Removed superfluous notches in button placket, buttonhole placket, and split yoke. + Fixes [#2399](https://github.com/freesewing/freesewing/issues/2399) simone: - Don't do a negative FBA from there's no need for an FBA Fixes [#2121](https://github.com/freesewing/freesewing/issues/2121)