[ ] Find a nice home for posting release notes on an ongoing basis.
[x] Take the git log for this release and turn it into short English summaries of the new features and any breaking changes or new configuration:
```
git log --reverse 2ef5c2d...e91c46a
```
---
== Release notes ==
=== User experience ===
* New feature: New support for geopoints, given Wikidata IDs or a custom SPARQL query (T307695).
* Enabled on the beta cluster but will remain disabled in production.
* Bugfix: When duplicate Wikidata IDs appear, don't crash. Merge or render them all (T306540).
* Bugfix: Hide unwanted markers from rendered geolines (T292613).
=== Technical debt ===
* Update linters to the newest versions still supporting node 10.
* Replace some promises with async/await.
* Refactor geoshapes as pure functions.
* Diagram illustrating the versioned maps data flow (T294338).
* Fail faster when the geoshapes endpoint is down (T307671).