diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-05 13:12:16 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-05 13:12:16 -0500 |
| commit | 7fa87f2fbdf84d414e069ca96f6c6d860d7e0505 (patch) | |
| tree | e6a79eb79f42c77ac3648e8996d51bd2afcb983b | |
| parent | dd0ef1f363e42a8859889ba319b37a29c1f03855 (diff) | |
| download | python-setuptools-git-7fa87f2fbdf84d414e069ca96f6c6d860d7e0505.tar.gz | |
Update changelog.
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 956b1ad4..9ebfb145 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -36,7 +36,9 @@ CHANGES 10.2 ---- -* Deprecated use of EntryPoint.load(require=False). +* Deprecated use of EntryPoint.load(require=False). Passing a boolean to a + function to select behavior is an anti-pattern. Instead use + ``Entrypoint._load()``. * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. |
