Prepare next release (should be soon)
This commit is contained in:
parent
63e91ba322
commit
d22a6a9eb3
@ -1,6 +1,20 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
0.1.1 (next)
|
||||
------------
|
||||
|
||||
* Changed the internal API by introducing a CallContext object.
|
||||
It makes it easier to implement some protocols that have
|
||||
a transaction or call id that has to be returned. It will also
|
||||
make it possible to implement batch-calls in a later version.
|
||||
|
||||
* More test coverage.
|
||||
|
||||
* Fix a problem with array attribute types not being registered.
|
||||
|
||||
* Fix the mandatory / default detection on function arguments.
|
||||
|
||||
0.1.0 (2011-10-14)
|
||||
------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name = "WSME"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
description = "Web Services Made Easy"
|
||||
long_description = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user