Skip to content

Commit

Permalink
chore: merge changelog from 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Apr 6, 2023
1 parent 623bfff commit bd4c6a6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Change Log


## [1.4.2] - 2023-04-02

### Changed

- When trying to install wheels with invalid `RECORD` files, Poetry does not fail anymore but only prints a warning.
This mitigates an unintended change introduced in Poetry 1.4.1 ([#7694](https://github.com/python-poetry/poetry/pull/7694)).

### Fixed

- Fix an issue where relative git submodule urls were not parsed correctly ([#7017](https://github.com/python-poetry/poetry/pull/7017)).
- Fix an issue where Poetry could freeze when building a project with a build script if it generated enough output to fill the OS pipe buffer ([#7699](https://github.com/python-poetry/poetry/pull/7699)).


## [1.4.1] - 2023-03-19

### Fixed
Expand Down Expand Up @@ -1786,7 +1799,8 @@ Initial release



[Unreleased]: https://github.com/python-poetry/poetry/compare/1.4.1...master
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.4.2...master
[1.4.2]: https://github.com/python-poetry/poetry/releases/tag/1.4.2
[1.4.1]: https://github.com/python-poetry/poetry/releases/tag/1.4.1
[1.4.0]: https://github.com/python-poetry/poetry/releases/tag/1.4.0
[1.3.2]: https://github.com/python-poetry/poetry/releases/tag/1.3.2
Expand Down

0 comments on commit bd4c6a6

Please sign in to comment.