Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 749 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we track upcoming changes so you can see what changes you might expect in upcoming releases.

Added

  • MINOR
    • Nominatim OpenAPI Specification in JSON format (/search, /lookup endpoints).
    • Makefile rules to simplify project management.
    • Git hooks to compute spec checksum (sha512). Refs: #6.
    • GeocodeJSON json schema. Refs: #2.
    • Utilities to bundle OAS spec.

Changed

  • MINOR
    • Schema management outside this repo (please rerun make hooks).

Fixed