Commit ced72bf0 by Sébastien Eustace

Update CHANGELOG

parent 012e3374
...@@ -5,13 +5,17 @@ ...@@ -5,13 +5,17 @@
### Changed ### Changed
- Poetry now only uses [TOML Kit](https://github.com/sdispater/tomlkit) for TOML files manipulation. - Poetry now only uses [TOML Kit](https://github.com/sdispater/tomlkit) for TOML files manipulation.
- Improved dependency resolution debug information.
### Fixed ### Fixed
- Fixed missing dependency information for some packages. - Fixed missing dependency information for some packages.
- Fixed handling of single versions when packaging. - Fixed handling of single versions when packaging.
- Fixed dependency information retrieval from `.zip` and `.bz2` archives. - Fixed dependency information retrieval from `.zip` and `.bz2` archives.
- Fixed searching for and installing packages from private repositories with authentication. - Fixed searching for and installing packages from private repositories with authentication. (Thanks to [@MarcDufresne](https://github.com/MarcDufresne))
- Fixed a potential error when checking the `pyproject.toml` validity. (Thanks to [@ojii](https://github.com/ojii))
- Fixed the lock file not tracking the `extras` information from `pyproject.toml`. (Thanks to [@cauebs](https://github.com/cauebs))
- Fixed missing trailing slash in the Simple API urls for private repositories. (Thanks to [@bradsbrown](https://github.com/bradsbrown))
## [0.11.2] - 2018-07-03 ## [0.11.2] - 2018-07-03
......
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