0.4 (2008/06/25)

  - Add pdbpm middleware for dropping into the post-mortem debugger
    upon an exception (copied from repoze.errorlog).

0.3 (2008/06/25)

  - Add 'canary' middleware for detecting environment dictionary
    leaks.  Add to your Paste config via 'egg:repoze.debug#canary'; it
    takes no arguments.  If refcounts to repoze.debug.canary.Canary
    grow without bound, you know you are leaking WSGI environment
    dictionaries.

  - Add source url to response logging.

0.2 (2008/06/14)

  - Add warning if content-length != body length.

0.1 (2008/06/13)

  - Initial release.

