From 39e5762873eb4088fad2c43053ceaf76244e60a6 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Thu, 13 Sep 2012 22:27:40 +0200 Subject: [PATCH] Mention the new wsme.types.Base type in the changelog --- doc/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index d602cf7..614f7f9 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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`