From d48dd2278afb4271019f53c02c9642debd1ff609 Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 11 Dec 2019 11:19:53 -0700 Subject: [PATCH] 1.19.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba50678..d4644dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.19.3] = 2019-12-11 +### Fixed +- #513: Fix tile38-cli from freezing with non-quoted geojson (@duartejc) + ## [1.19.2] = 2019-11-28 ### Fixed - 6f3716a: Fix false negative for intersecting rings (@thomascoquet)