Preparing next release
This commit is contained in:
parent
5aa8cf367a
commit
3f6796f3bb
@ -1,6 +1,32 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
next
|
||||
----
|
||||
|
||||
* :class:`Unset` is now imported in the wsme module
|
||||
|
||||
* Attributes of complex types can now have a different name in
|
||||
the public api and in the implementation.
|
||||
|
||||
* Complex arguments can now be sent as GET/POST params in the rest
|
||||
protocols.
|
||||
|
||||
* The restjson protocol do not nest the results in an object anymore.
|
||||
|
||||
* Fixes
|
||||
|
||||
* Fix array attributes validation.
|
||||
|
||||
* Fix date|time parsing errors.
|
||||
|
||||
* Fix Unset values validation.
|
||||
|
||||
* Fix registering of complex types inheriting form already
|
||||
registered complex types.
|
||||
|
||||
* Fix user types, str and None values encoding/decoding.
|
||||
|
||||
0.2.0 (2011-10-29)
|
||||
------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name = "WSME"
|
||||
version = "0.2.0"
|
||||
version = "0.3b1"
|
||||
|
||||
description = "Web Services Made Easy"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user