Commit ad69ca8c by Sébastien Eustace

Update CHANGELOG

parent 3716ea9b
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
- Dependency resolution caches now use sha256 hashes. - Dependency resolution caches now use sha256 hashes.
- Changed CLI error style. - Changed CLI error style.
- Improved debugging of dependency resolution. - Improved debugging of dependency resolution.
- Poetry now attemps to find `pyproject.toml` not only in the directory it was - Poetry now attempts to find `pyproject.toml` not only in the directory it was
invoked in, but in all its parents up to the root. This allows to run Poetry invoked in, but in all its parents up to the root. This allows to run Poetry
commands in project subdirectories. commands in project subdirectories.
- Made the email address for authors optional. - Made the email address for authors optional.
...@@ -56,6 +56,7 @@ commands in project subdirectories. ...@@ -56,6 +56,7 @@ commands in project subdirectories.
- Fixed unicode error in `search` command for Python 2.7. - Fixed unicode error in `search` command for Python 2.7.
- Fixed error with git dependencies. - Fixed error with git dependencies.
## [0.8.3] - 2018-04-16 ## [0.8.3] - 2018-04-16
### 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