diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-10 11:40:04 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-10 11:40:04 -0500 |
| commit | 1a273f3d9d3a110361a6db6db1afaf704a031acb (patch) | |
| tree | a993d867db01a3c5f04fd4dda34106146d6f8a74 | |
| parent | b101e42f9e57967d4451e9a887d4cb52f77eddc2 (diff) | |
| download | external_python_setuptools-1a273f3d9d3a110361a6db6db1afaf704a031acb.tar.gz external_python_setuptools-1a273f3d9d3a110361a6db6db1afaf704a031acb.tar.bz2 external_python_setuptools-1a273f3d9d3a110361a6db6db1afaf704a031acb.zip | |
Reformat changelog for better RST formatting
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a61ea855..1efdb498 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,9 @@ 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 |
