1.4 (2014-11-11)
================

 - Simpler internal handling of prompt.
 - Adding internal support for IRC CTCP commands.
 - Pinning jaraco/irc library version at 0.9 to preserve Python 2.6 support.

1.3 (2014-11-01)
================

 - Reduced security concerns by making it impossible to configure the
   debugger to respond to all usernames.
 - Fixed a UI glitch in which the prompt would be displayed in inappropriate
   situations.

1.2 (2014-10-31)
================

 - Many UI improvements including:
   - Display a prompt after the response has been written.
 - Added '!!forbid' command.
 - Added a thunderous warning to the readme about the security implications
   of this library.

1.1 (2014-10-30)
================

 - Added functionality for automatically sending long messages to Dpaste.
 - Added additional commands including `!!set_dpaste_minimum_response_length`
   and `!!set_message_wait_seconds`.
 - Send a hello message once connected to the channel.

1.0 (2014-10-29)
==================

 - Forked from rpdb to, instead of opening a socket to interact with,
   
0.1.5 (2014-10-16)
==================

 - Write addr/port to stderr instead of stdout (thanks to @onlynone).
 - Allow for dynamic host port (thanks to @onlynone).
 - Make q/quit do proper cleanup (@kenmanheimer)
 - Benignly disregard repeated rpdb.set_trace() to same port as currently
   active session (@kenmanheimer)
 - Extend backwards compatibility down to Python 2.5 (@kenmanheimer)

0.1.4 (2014-04-28)
==================

 - Expose the addr, port arguments to the set_trace method (thanks to @niedbalski).

0.1.3 (2013-08-02)
==================

 - Remove a try/finally that seemed to shift the trace location (thanks to k4ml@github).

0.1.2 (2012-01-26)
==================

 - Catch IOError raised by print in initialization, it may not work in some
   environments (e.g. mod_wsgi). (Menno Smits)

0.1.1 (2010-05-09)
==================

Initial release.

