aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-10-25 20:32:10 -0400
committerGitHub <noreply@github.com>2018-10-25 20:32:10 -0400
commit778424816279c892be3f7b0b7e48f7195f4348ad (patch)
tree602e7adc99847c429a92806a7f4ffd2b14ed3206 /changelog.d
parentd765ecb15daa2145bb87de5fcc6ed45d371e2330 (diff)
parentd0b88ac944944580a1ff52e0a3fda9fdbc7fb095 (diff)
downloadexternal_python_setuptools-778424816279c892be3f7b0b7e48f7195f4348ad.tar.gz
external_python_setuptools-778424816279c892be3f7b0b7e48f7195f4348ad.tar.bz2
external_python_setuptools-778424816279c892be3f7b0b7e48f7195f4348ad.zip
Merge branch 'master' into normalize-path-normpath
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1335.change.rst1
-rw-r--r--changelog.d/1520.change.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/1335.change.rst b/changelog.d/1335.change.rst
new file mode 100644
index 00000000..a6ced1bb
--- /dev/null
+++ b/changelog.d/1335.change.rst
@@ -0,0 +1 @@
+In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks.
diff --git a/changelog.d/1520.change.rst b/changelog.d/1520.change.rst
new file mode 100644
index 00000000..00569c6f
--- /dev/null
+++ b/changelog.d/1520.change.rst
@@ -0,0 +1 @@
+Added support for ``data_files`` in ``setup.cfg``.