========================== - Use complete --nospace to avoid issues with directory completion.
0.8.0
========================== - Refactor main body of code into a class to enable subclassing and overriding of functionality (Issue 78).
0.7.1
========================== - New keyword option "argcomplete.autocomplete(validator=...)" to supply a custom validator or bypass default validation. Thanks to thijsdezoete (Issue 77). - Document debug options.
0.7.0
========================== - New keyword option "argcomplete.autocomplete(exclude=[...])" to suppress options (Issue 74). - More speedups to code path for global completion hook negative result.
0.6.9
========================== - Fix handling of development mode script wrappers. Thanks to jmlopez-rod and dcosson (Issue 69). - Speed up code path for global completion hook negative result by loading pkg_resources on demand.
0.6.8
========================== - Begin tracking changes in changelog. - Add completion support for PBR installed scripts (PR 71). - Detect easy-install shims with shebang lines that contain Py instead of py (Issue 69).