NEW in 3.1.1 - 2021-04-02
=========================
  * Better error handling during database initialization
  * Implemented tracker_sparql_connection_update_array_async
    over TrackerBatch, resulting in lower memory usage.
  * VAPI updates
  * Updated tracker_sparql_connection_update_array docs
  * Leak and double free fixes

Translations: en_GB, nl, zh_CN

NEW in 3.1.0 - 2021-03-20
=========================
  * Add build-time warning for SQLite 3.35.[01]
  * Workaround other SQLite 3.35 bug

  Highlighted changes since 3.0:
  * New, faster API for updates, see TrackerBatch and
    tracker_sparql_connection_update_resource
  * New API to create HTTP endpoints, see
    tracker_endpoint_http_new
  * New tracker:strip-punctuation SPARQL function
  * Multiple performance improvements
  * Several SPARQL 1.1 correctness fixes