You need to sign in or sign up before continuing.
Commit 32f11c3e by Arun Babu Neelicattu Committed by GitHub

Changelog fixes for 1.1.0b3 and 1.1.0b4 (#2952)

* changelog: fix 1.1.0b4 links

* changelog: add missing change for 1.1.0b3
parent ecc11643
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
- Improved the error reporting when HTTP error are encountered for legacy repositories ([#2459](https://github.com/python-poetry/poetry/pull/2459)). - Improved the error reporting when HTTP error are encountered for legacy repositories ([#2459](https://github.com/python-poetry/poetry/pull/2459)).
- When displaying the name of packages retrieved from remote repositories, the original name will now be used ([#2305](https://github.com/python-poetry/poetry/pull/2305)). - When displaying the name of packages retrieved from remote repositories, the original name will now be used ([#2305](https://github.com/python-poetry/poetry/pull/2305)).
- Failed package downloads will now be retried on connection errors ([#2813](https://github.com/python-poetry/poetry/pull/2813)). - Failed package downloads will now be retried on connection errors ([#2813](https://github.com/python-poetry/poetry/pull/2813)).
- Path dependencies will now be installed as editable only when `develop` option is set to `true` ([#2887](https://github.com/python-poetry/poetry/pull/2887)).
### Fixed ### Fixed
...@@ -987,7 +988,8 @@ Initial release ...@@ -987,7 +988,8 @@ Initial release
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.0b3...master [Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.0b4...master
[1.1.0b4]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b4
[1.1.0b3]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b3 [1.1.0b3]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b3
[1.1.0b2]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b2 [1.1.0b2]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b2
[1.1.0b1]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b1 [1.1.0b1]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b1
......
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