Changelog
=========

1.3 - 2010-01-03
----------------

- Cut down on infrastructure slack in filename completion. The
  individual strategies are very small.
  [stefan]

- Remove logging as it clutters up the code.
  [stefan]

- Add an example session to the README.
  [stefan]


1.2 - 2009-11-24
----------------

- Extend keyid completion to also complete userids and names.
  [stefan]

- Extract filename completion functionality into functions,
  as it is useful in other places as well.
  [stefan]


1.1 - 2009-11-16
----------------

- Allow to specify the filename quoting style on the command line
  to ease experimentation.
  [stefan]

- Filename completion: By dequoting early on we can skip a problematic
  hook and regain control over tilde expansion. Also see rl `issue/3`_.
  [stefan]

.. _`issue/3`: http://github.com/stefanholek/rl/issues#issue/3


1.0 - 2009-11-08
----------------

- Initial release.
