Commit 7fa87f2f authored by Jason R. Coombs's avatar Jason R. Coombs

Update changelog.

parent dd0ef1f3
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment