From 0614af4db05f0f264bb0210956c6aab679e9f166 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Fri, 29 Sep 2017 17:00:42 -0400 Subject: [PATCH] Release notes! --- release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes.md b/release-notes.md index 2b44679..aef2965 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,13 @@ +## 29 September 2017 + +### New features + +This release marks a major update of our [Placeholder](https://github.com/pelias/placeholder) service that is in charge of managing administrative area names. All sorts of queries that need to understand the name of a country, city, county, neighbourhood, or any other administrative area are improved! Especially improved should be queries that use non-English languages. The full details of the code changes are [in the Placeholder pull request](https://github.com/pelias/placeholder/pull/49). + +### Bug fixes + +Over the last few days we have fixed [several](https://github.com/pelias/api/pull/1006) [regressions](https://github.com/pelias/api/pull/1003) that could cause bad responses from, and sometimes even crash, our API server. + ## 19 September 2017 ### Bug fixes