From cca7ea1250e2cd884d1410c551066e059f555975 Mon Sep 17 00:00:00 2001 From: chelm Date: Tue, 10 Feb 2015 15:45:24 -0600 Subject: [PATCH] adding changelog updates --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423763abb..58fc56286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.0.14](https://github.com/Esri/koop/releases/tag/v1.0.14) - 2015-02-10 +###Changed +- default routes needed to add support for POSTs to feature service endpoints +- worker exporters needed to exit more gracefully and stop working when a file fails to be created +- a typo in GeoJSON.fromEsri was crashing request pages in koop-agol + + ## [1.0.13](https://github.com/Esri/koop/releases/tag/v1.0.13) - 2015-02-02 ###Changed - changed the way tiles are created, rather than creating a file on disk, now we just pass the mapnik XML around @@ -7,6 +14,7 @@ ## [1.0.12](https://github.com/Esri/koop/releases/tag/v1.0.12) - 2015-01-29 ### Added - now sending the expiration time with the base json response, helps with cache life + ### Changed - Tile styles are defaulted to points