===========
Version 0.3
===========
- Use SoupSessionSync instead of the Async version (Rodrigo Moya)
- Changed contacts format to the new, easier one (Rodrigo Moya)
- Fix traversal of email_addresses field for contacts (Rodrigo Moya)
- Add functions to deal with phone numbers in contacts (Rodrigo Moya)
- Add script to create test contacts (Stuart Langridge)
- Add functions for contact's postal addresses (Rodrigo Moya)
- Add couchdb_document_put method (Rodrigo Moya)

===========
Version 0.2
===========
- Version both header files dir and library name (Rodrigo Moya)
- Convert custom structs to real GType's (Rodrigo Moya)
- Added couchdb_document_has_field API function (Rodrigo Moya)
- Added StructField object to deal with objects in JSON documents
  (Rodrigo Moya)
- Added some field management functions for both Document's and
  StructField's (Rodrigo Moya)
- Added basic DocumentContact 'object' (Rodrigo Moya)
- Added code to manage email addresses in contact documents (Rodrigo
  Moya)
