aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-10 11:34:19 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-10 11:34:19 -0500
commite9f06d225b9a58807e4fc6c9f3219a6c7b460d17 (patch)
treedb735419de78c95066762764b7c17ae308aa9b4f
parentc471788dbccf4fcf669d141e6f1325c1b43b8b94 (diff)
downloadexternal_python_setuptools-e9f06d225b9a58807e4fc6c9f3219a6c7b460d17.tar.gz
external_python_setuptools-e9f06d225b9a58807e4fc6c9f3219a6c7b460d17.tar.bz2
external_python_setuptools-e9f06d225b9a58807e4fc6c9f3219a6c7b460d17.zip
Update changelog. Ref #879.
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 248a52c6..a61ea855 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v30.4.0
+-------
+
+* #879: For declarative config:
+ - read_configuration() now accepts ignore_option_errors argument. This allows scraping tools to read metadata without a need to download entire packages. E.g. we can gather some stats right from GitHub repos just by downloading setup.cfg.
+ - packages find: directive now supports fine tuning from a subsection. The same arguments as for find() are accepted.
+
v30.3.0
-------