0.003       2010-03-22
  - Forgot to update Changes file.

0.002       2010-03-22
  - Renamed from Router::Lite to Router::Generic.
  - Added uri_for(...) method.
  - Added many tests.  Code-coverage is fairly high.
  - Route path grammar is 99.99% final.  Any future changes will be backwards-compatible.
  - Speed is acceptable, even with large routing tables.

0.001_01    2010-03-20
  - Alpha level - Still under development.
  - Handles some path declarations and allows specification of default values.
  - Returns 'match()' results as a parameterized string.
  - Supports simple route caching.