====================
CHANGES: optcomplete
====================

Current
=======

- Following a user's suggestion, changed license to BSD-style license so that it
  is compatible with the Python code and optparse.
- Added setup.py
- Implemented support for --opt=<TAB> syntax to work.
- Implemented support for subcommands, fixed bugs.
- Implemented more completers
- [2004-01-27] Added ListCompleter, while writing support for scripts with
  subcommands.
- Initial public release.
