X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/492186716f52f449e7588710dbcdb07af6fcbbc0..3a1714e7e27c58407fe9da337e4cd6f0bd20ab51:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4d66ee06..37edc323 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +3.7.2 + + * fix database check for reverse-only imports + * do not error out in status API result when import date is missing + * add array_key_last function for PHP < 7.3 (thanks to @woodpack) + * fix more url when server name is unknown (thanks to @mogita) + * commit changes to replication log table + +3.7.1 + + * fix smaller issues with special phrases import + * add index to speed up continued indexing during import + * fix index on location_property_tiger(parent_place_id) + * make sure Python code is backward-compatible with Python 3.5 + * various documentation fixes + 3.7.0 * switch to dotenv for configuration file