Add release note for fix to bug 1786306

This should make the feature more prominent.

Change-Id: I49fa0c076837dc142a3374263925116776bb7ca2
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2018-08-27 15:19:36 +01:00 committed by Ben Nemec
parent 86b03982b4
commit d01abc82d0
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
features:
- |
Subdirectories can now be included when specfifying a requirement in
``requirements.txt`` or ``test-requirements.txt`` using VCS URIs. For
example:
-e git+https://foo.com/zipball#egg=bar&subdirectory=baz
For more information, refer to the `pip documentation
<https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support>`__.