Fixed * Unresolved single references fields will no longer return the invalid Link and return None instead, matching behaviour of multiple references fields, where unresolvable links are ignored. [58](https://github.com/contentful/contentful.py/issues/58)
1.12.3
Not secure
Fixed * Fixed an `IndexError` when multiple invalid nodes were found in a RichText field. [52](https://github.com/contentful/contentful.py/pull/52)
1.12.2
Not secure
Fixed * Assets with empty or missing files no longer error when trying to get it serialized to string. [48](https://github.com/contentful/contentful.py/issues/48)
1.12.1
Not secure
Fixed * Fixed project description for PyPI.
1.12.0
Not secure
Added * Added `timeout_s` to Client. [46](https://github.com/contentful/contentful.py/pull/46)
1.11.4
Not secure
Fixed * Entries that had already been processed when coercing RichText fields are now properly omitted. [41](https://github.com/contentful/contentful.py/issues/41)