From a3407ac05ede9a23ea89c2d1ee4dc6f466bca47e Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Thu, 19 May 2016 17:48:40 -0400 Subject: [PATCH] Update release-notes.md --- release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release-notes.md b/release-notes.md index c26b1ec..fb09a2f 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,8 @@ +## 23 May 2016 + +* All the extra 0's have been eradicated in addresses coming from OpenAddresses. You should not see any house numbers that reduce to 0 or any leading 0's in house numbers. +* Added the mysteriously missing `source_id` property to response features. This property represents the original id at the source, if one existed, like in OSM and WOF. Where it didn't we made one up to help uniquely identify each record. + ## 09 May 2016 * Cleaned up some invalid address data from our OpenAddresses import by removing anything with words like `NULL`, `UNDEFINED`, and `UNAVAILABLE`.