* Add ``abta_number`` field to the ``Agency`` resource. This field is a string that represents the ABTA number of the agency. See `PR 142`_ for more details.
* Add ``contact_us`` field to the ``AgenchChain`` resource. This field can be ``None``, however should a value be present, it will be an object with three accessible attributes: ``email``, ``phone_number``, and ``website_url``. See the `PR 141`_ for more details.
* Add new ``Client`` configuration value that will raise an error when an empty partial update (PATCH) payload is computed by gapipy. See `Issue 136`_ and the corresponding `PR 137`_ for more details.
* The new Client configuration kwarg is ``raise_on_empty_update``, whose default value is ``False``, and can also be set by passing it as an environment variable ``GAPI_CLIENT_RAISE_ON_EMPTY_UPDATE``. If this config value is set, then a call to ``Resource.save`` with ``partial=True`` will raise the new ``EmptyPartialUpdateError`` if an empty payload is computed.
* Add ``travel_ready_policy`` model field to the ``Departure`` resource. * More details can be found in our developer documentation. c.f. `Departure travel-ready-policy`_