* Fix: remove FlightStatus import reference for FlightService resource * Add fields (fixes two broken Resource tests)
* Add ``href`` field for ``checkins`` resource * Add ``date_cancelled`` field for ``departures`` resource
* Fix broken ``UpdateCreateResource`` tests
2.7.0
------------------
* Remove ``flight_statuses`` and ``flight_segments`` resources.
2.6.2
------------------
* Version bump
2.6.1
------------------
* Adds a Deprecation warning when using the ``tours`` resource.
2.6.0
------------------
* Fixed `Issue 65`_: only write data into the local cache after a fetch from the API, do not write data into the local cache when fetching from the local cache.