Changes
=======

1.1.0

* MVC module – smisk.mvc
* Better unicode support
* Compatible with Debian Etch
* Host server URL rewrites now propagating correctly

1.0.1

* Full WSGI support – passes the wsgiref validation tests
* Iterable request makes reading input data simple
* Stream implements writelines for optimized sending of chunks of strings.
* Response implements a Stream.writelines proxy, automatically calling
  begin()
* Callable response makes responses simpler. Based on writelines
* Fixed a bug where smisk_multipart_parse_file would try to fclose a
  uninitialized fd. [11c4ffae718f]

1.0.0

* First stable version
