Changes & News
--------------

0.2.2
~~~~~

* Removed print statement I accidentally left behind.

0.2.1
~~~~~

* Fixed `issue #1 <http://bitbucket.org/yvandermeer/django-http-proxy/issue/1/>`_;
  Unsupported content types are now silently ignored.
* Added ``PROXY_IGNORE_UNSUPPORTED`` setting to control the behavior for
  handling unsupported responses (see :doc:`settings`).

0.2
~~~

* Added recording and playback functionality (see the new :ref:`setting-proxy-mode` setting)
* Improved handling of ``httpproxy``-specific settings
* Started using Sphinx for documentation

0.1
~~~

* Initial release
* Basic HTTP proxy functionality based on `a blog post by Will Larson <http://lethain.com/entry/2008/sep/30/suffer-less-by-using-django-dev-server-as-a-proxy/>`_
