You need to sign in or sign up before continuing.
Commit fbc0ebcf by Bjorn Neergaard Committed by GitHub

docs: incorporate 1.1.14 into changelog (#6061)

Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>

Co-authored-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com>
parent 95915f0a
...@@ -65,6 +65,12 @@ $ poetry cache clear pypi --all ...@@ -65,6 +65,12 @@ $ poetry cache clear pypi --all
- Improved autocompletion documentation ([#5879](https://github.com/python-poetry/poetry/pull/5879)) - Improved autocompletion documentation ([#5879](https://github.com/python-poetry/poetry/pull/5879))
- Improved `scripts` definition documentation ([#5884](https://github.com/python-poetry/poetry/pull/5884)) - Improved `scripts` definition documentation ([#5884](https://github.com/python-poetry/poetry/pull/5884))
## [1.1.14] - 2022-07-08
## Fixed
- Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API ([#5973](https://github.com/python-poetry/poetry/pull/5973))
## [1.2.0b2] - 2022-06-07 ## [1.2.0b2] - 2022-06-07
### Added ### Added
...@@ -261,6 +267,7 @@ $ poetry cache clear pypi --all ...@@ -261,6 +267,7 @@ $ poetry cache clear pypi --all
- Fixed the detection of the system environment when the setting `virtualenvs.create` is deactivated. ([#4507](https://github.com/python-poetry/poetry/pull/4507)) - Fixed the detection of the system environment when the setting `virtualenvs.create` is deactivated. ([#4507](https://github.com/python-poetry/poetry/pull/4507))
- Fixed an issue where unsafe parameters could be passed to `git` commands. ([python-poetry/poetry-core#203](https://github.com/python-poetry/poetry-core/pull/203)) - Fixed an issue where unsafe parameters could be passed to `git` commands. ([python-poetry/poetry-core#203](https://github.com/python-poetry/poetry-core/pull/203))
- Fixed an issue where the wrong `git` executable could be used on Windows. ([python-poetry/poetry-core#205](https://github.com/python-poetry/poetry-core/pull/205)) - Fixed an issue where the wrong `git` executable could be used on Windows. ([python-poetry/poetry-core#205](https://github.com/python-poetry/poetry-core/pull/205))
## [1.1.8] - 2021-08-19 ## [1.1.8] - 2021-08-19
### Fixed ### Fixed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment