Commit bff51e2c by Sébastien Eustace

Update CHANGELOG

parent 29d60ad7
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
- Added support for declaring a specific source for dependencies. - Added support for declaring a specific source for dependencies.
- Added support for disabling PyPI and making another repository the default one. - Added support for disabling PyPI and making another repository the default one.
- Added support for declaring private repositories as secondary. - Added support for declaring private repositories as secondary.
- Added the ability to specify packages on a per-format basis.
- Added support for custom urls in metadata.
- Full environment markers are now supported for dependencies via the `markers` property.
### Changed ### Changed
...@@ -25,6 +28,7 @@ ...@@ -25,6 +28,7 @@
### Fixed ### Fixed
- Fixed transitive extra dependencies being removed when updating a specific dependency. - Fixed transitive extra dependencies being removed when updating a specific dependency.
- The `pyproject.toml` configuration is now properly validated.
## [0.12.16] - 2019-05-17 ## [0.12.16] - 2019-05-17
......
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