-------------------
- Don't error on empty xml namespaces declarations in inline schema's (186)
- Wrap importing of sqlite3 in try..except for Google App Engine (243)
- Don't use pkg_resources to determine the zeep version, use __version__
instead (243).
- Fix SOAP arrays by wrapping children in the appropriate element
(joeribekker, 236)
- Add ``operation_timeout`` kwarg to the Transport class to set timeouts for
operations. The default is still no timeout (140)
- Introduce client.options context manager to temporarily override various
options (only timeout for now) (140)
- Wrap the parsing of xml values in a try..except block and log an error
instead of throwing an exception (137)
- Fix xsd:choice xml rendering with nested choice/sequence structure (221)
- Correctly resolve header elements of which the message part defines the
type instead of element. (199)