- Command can now accept more than one GeoJSON file. The contents of all of the files will be inserted into the same table. [21](https://github.com/simonw/geojson-to-sqlite/issues/21)
- Using the `--spatial-index` option against the same database twice no longer triggers an error.
- Now depends on [sqlite-utils 3.23](https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-23) on higher, taking advantage of the SpatiaLite utilities in that library. Thanks, [Chris Amico](https://github.com/eyeseast). [#28](https://github.com/simonw/geojson-to-sqlite/issues/28)