chore: Changelog update
This commit is contained in:
parent
5343427e0d
commit
d7c812c953
3 changed files with 16 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
|||
|
||||
- Fix issue where a very low waist caused the fly to be incorrectly drawn This only happens at unrealistic waist heights, so I changed the option minimum value instead. Closes [#1486](https://github.com/freesewing/freesewing/issues/1486)
|
||||
|
||||
### core
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed a copy-paste error that caused the `absoluteOptions` shorthand property to be a proxy for the regular options object instead. Note that this bug (and proxying in general) only occurs in debug mode.
|
||||
|
||||
### penelope
|
||||
|
||||
#### Changed
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
This only happens at unrealistic waist heights, so I changed the option
|
||||
minimum value instead.
|
||||
Closes [#1486](https://github.com/freesewing/freesewing/issues/1486)
|
||||
core:
|
||||
- Fixed a copy-paste error that caused the `absoluteOptions` shorthand
|
||||
property to be a proxy for the regular options object instead.
|
||||
Note that this bug (and proxying in general) only occurs in debug mode.
|
||||
yuri:
|
||||
- Fix seam allowance on back, gusset and hood center parts
|
||||
Closes [#1464](https://github.com/freesewing/freesewing/issues/1464)
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/core
|
||||
|
||||
|
||||
## 2.19.5 (2022-11-13)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a copy-paste error that caused the `absoluteOptions` shorthand property to be a proxy for the regular options object instead. Note that this bug (and proxying in general) only occurs in debug mode.
|
||||
|
||||
## 2.19.0 (2021-10-17)
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue