CHANGES
=======

0.7.4
-----

* Set the version to 0.7.4
* Fix a bug
* Update PKG-INFO

0.7.3
-----

* Set the version to 0.7.3
* Fix a bug
* Update README.rst

0.7.2
-----

* Set the version to 0.7.2
* Add the introduction for API of TaskServer
* Add the introduction for API of TCPServer
* Add the introduction for API of PoolServer
* Add the example of TCPServer
* Add the example of TaskServer
* Add the example for PoolServer
* Rename example_server.py to wsgi_server-example.py
* Update the example
* Set the version to 0.7.1
* Fix a bug about serializer of Response

0.7
---

* Add __init__.py to contrib
* Update the content_types of request and response supported by default
* Update the doc
* Move some modules into contrib
* Delete the needless code

0.6.2
-----

* Set the version to 0.6.2
* Correct status code when content_type is invalid

0.6.1
-----

* Set the version to 0.6.1
* Remove some dependent packages
* Remove METADATA
* Update README and the package information
* Update the package manager information

0.6
---

* Set the version to 0.6
* Add the property 'accept_content_type' for Request
* Allow the user to assign content_type mandatorily
* Modify the default value of the option, pool_size
* Update README.md

0.5
---

* Set the version to 0.5
* Fix a bug and add the traceback of exception
* Update the default of pool_size from None to 1024
* Update pool_size from None to 1024

0.4
---

* Set the version to 0.4
* Add the HOME page
* Add 'methods_with_body' to 'Resource.__init__'

0.3
---

* Update the version to 0.3
* Add the server based on Task Pool
* Add the daemon function
* Add the convenient function of Middleware
* Update the doc
* Remove the Changelog file
* Add the log information for TaskServer

0.2
---

* Set the version to 0.2
* Add some servers
* Update the usage

0.1
---

* Add the ignore of PyCharm project
* Update the example and the use introduction
* Update README.md
* Add the log default set for the example
* Add the file AUTHOR
* Replace _BaseException with ExceptionBase
* Corrent the code
* Update the code, but incompletely. NOT USE
* Correct a mistake
* Fix a bug
* Catch and handle the exception
* Fix the definition of `BaseException`
* Convert the exception to webob.exc.HTTPException
* Add the install and the packaging sdist function
* Correct a error
* Add some exception classes
* Add the support of 'text/plain'
* Modify the config
* correct a bug
* Repair the header `Accept` in Request
* Repair the best match content type
* Corrent the error in requirements.txt
* Add the example of db
* move examples
* First commit
* Initial commit
