diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2012-09-05 20:45:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-09-05 20:45:21 -0400 |
| commit | 9fbb4e4ac9f4ba7c9e4de2168844bf3e6c64416e (patch) | |
| tree | a2e872f9d11b4e4f99c83bfe1fc8679ba4bd7be6 /CHANGES.txt | |
| parent | 27f432716d6624ca043ac428a70b6aaf5e0d537b (diff) | |
| download | python-setuptools-git-9fbb4e4ac9f4ba7c9e4de2168844bf3e6c64416e.tar.gz | |
Updated changelog
--HG--
branch : distribute
extra : rebase_source : 96d2de7069a6d567ad125e408df82241f515bd07
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3eea84eb..82ae6e58 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,9 @@ CHANGES * Issue #313: Support for sdist subcommands (Python 2.7) * Issue #314: test_local_index() would fail an OS X. * Issue #310: Non-ascii characters in a namespace __init__.py causes errors. +* Issue #218: Improved documentation on behavior of `package_data` and + `include_package_data`. Files indicated by `package_data` are now included + in the manifest. ------ 0.6.28 |
