Skip to content

Commit 5daeb89

Browse files
committed
Add 1.1.4 changelog
1 parent 7c728f0 commit 5daeb89

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [1.1.4] - 2020-10-23
4+
5+
### Added
6+
7+
- Added `installer.parallel` boolean flag (defaults to `true`) configuration to enable/disable parallel execution of operations when using the new installer. ([#3088](https://github.com/python-poetry/poetry/pull/3088))
8+
9+
### Changed
10+
11+
- When using system environments as an unprivileged user, user site and bin directories are created if they do not already exist. ([#3107](https://github.com/python-poetry/poetry/pull/3107))
12+
13+
### Fixed
14+
15+
- Fixed editable installation of poetry projects when using system environments. ([#3107](https://github.com/python-poetry/poetry/pull/3107))
16+
- Fixed locking of nested extra activations. If you were affected by this issue, you will need to regenerate the lock file using `poetry lock --no-update`. ([#3229](https://github.com/python-poetry/poetry/pull/3229))
17+
- Fixed prioritisation of non-default custom package sources. ([#3251](https://github.com/python-poetry/poetry/pull/3251))
18+
- Fixed detection of installed editable packages when non-poetry managed `.pth` file exists. ([#3210](https://github.com/python-poetry/poetry/pull/3210))
19+
- Fixed scripts generated by editable builder to use valid import statements. ([#3214](https://github.com/python-poetry/poetry/pull/3214))
20+
- Fixed recursion error when locked dependencies contain cyclic dependencies. ([#3237](https://github.com/python-poetry/poetry/pull/3237))
21+
- Fixed propagation of editable flag for VCS dependencies. ([#3264](https://github.com/python-poetry/poetry/pull/3264))
22+
323
## [1.1.3] - 2020-10-14
424

525
### Changed
@@ -1063,7 +1083,8 @@ Initial release
10631083

10641084

10651085

1066-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.3...master
1086+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.4...master
1087+
[1.1.3]: https://github.com/python-poetry/poetry/compare/1.1.4
10671088
[1.1.3]: https://github.com/python-poetry/poetry/compare/1.1.3
10681089
[1.1.2]: https://github.com/python-poetry/poetry/releases/tag/1.1.2
10691090
[1.1.1]: https://github.com/python-poetry/poetry/releases/tag/1.1.1

0 commit comments

Comments
 (0)