1
0
Fork 0

chore: Changelog update

This commit is contained in:
joostdecock 2021-07-14 18:47:37 +02:00
parent 36dec88c51
commit f82ff9c89e
4 changed files with 32 additions and 2 deletions

View file

@ -1,6 +1,21 @@
# Change log for: FreeSewing (global) # Change log for: FreeSewing (global)
## 2.17.1 (2021-07-14)
### core
#### Fixed
- Fixed edge case in utils.beamsIntersect() when line is almost vertical See [#1206](https://github.com/freesewing/freesewing/issues/1206)
### create-freesewing-pattern
#### Fixed
- Updated department to new range of options See [#1207](https://github.com/freesewing/freesewing/pull/1207)
## 2.17.0 (2021-07-01) ## 2.17.0 (2021-07-01)
### bent ### bent

View file

@ -1,10 +1,13 @@
unreleased: 2.17.1:
date: 2021-08-01 date: 2021-07-14
Fixed: Fixed:
core: core:
- Fixed edge case in utils.beamsIntersect() when line is almost vertical - Fixed edge case in utils.beamsIntersect() when line is almost vertical
See [#1206](https://github.com/freesewing/freesewing/issues/1206) See [#1206](https://github.com/freesewing/freesewing/issues/1206)
create-freesewing-pattern:
- Updated department to new range of options
See [#1207](https://github.com/freesewing/freesewing/pull/1207)
2.17.0: 2.17.0:
date: 2021-07-01 date: 2021-07-01

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/core # Change log for: @freesewing/core
## 2.17.1 (2021-07-14)
### Fixed
- Fixed edge case in utils.beamsIntersect() when line is almost vertical See [#1206](https://github.com/freesewing/freesewing/issues/1206)
## 2.17.0 (2021-07-01) ## 2.17.0 (2021-07-01)
### Fixed ### Fixed

View file

@ -1,6 +1,12 @@
# Change log for: create-freesewing-pattern # Change log for: create-freesewing-pattern
## 2.17.1 (2021-07-14)
### Fixed
- Updated department to new range of options See [#1207](https://github.com/freesewing/freesewing/pull/1207)
## 2.16.2 (2021-05-05) ## 2.16.2 (2021-05-05)
### Changed ### Changed