Skip to content

Commit 8acd7b7

Browse files
committed
Add changelog entries
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 4ee98df commit 8acd7b7

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

docs/changelog/1776.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Entries in the ``set_env`` does not reference environments from ``set_env`` - by :user:`gaborbernat`.

docs/changelog/1779.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``env`` substitution does not uses values from ``set_env`` - by :user:`gaborbernat`.

docs/changelog/1779.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raise exception when set env enters into a circular reference - by :user:`gaborbernat`.

docs/changelog/1784.bugfix.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- Python version markers are stripped in package dependencies (after wrongfully being detected as an extra marker).
2+
- In packaging APIs do not set ``PYTHONPATH`` (to empty string) if ``backend-path`` is empty.
3+
- Fix commands parsing on Windows (do not auto-escape ``\`` - instead users should use the new ``{\}``, and on parsed
4+
arguments strip both ``'`` and ``"`` quoted outcomes).
5+
- Allow windows paths in substitution set/default (the ``:`` character used to separate substitution arguments may
6+
also be present in paths on Windows - do not support single capital letter values as substitution arguments) -
7+
by :user:`gaborbernat`.

docs/changelog/1784.feature.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Raise exception when variable substitution enters into a circle.
2+
- Add ``{/}`` as substitution for os specific path separator.
3+
- Add ``{env_bin_dir}`` constant substitution.
4+
- Implement support for ``--discover`` flag - by :user:`gaborbernat`.

0 commit comments

Comments
 (0)