Mention the new wsme.types.Base type in the changelog

This commit is contained in:
Christophe de Vienne 2012-09-13 22:27:40 +02:00
parent 8d376b1574
commit 39e5762873

View File

@ -21,6 +21,9 @@ Changes
* UserTypes can now be given a name that will be used in the
documentation.
* Complex types can inherit :class:`wsme.types.Base`. They will
have a default constructor and be registered automatically.
* Removed the wsme.wsgi.adapt function if favor of
:meth:`wsme.WSRoot.wsgiapp`