From 55b4c8fd57c6ccaca6c9eea0040257c2933ed988 Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 10 Feb 2020 05:26:22 -0700 Subject: [PATCH] 1.19.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4644dd6..8ca5b0ad 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.4] = 2020-02-10 +### Fixed +- #529: Fix linestring features behave diffrent with CIRCLE (@spierepf) + ## [1.19.3] = 2019-12-11 ### Fixed - #513: Fix tile38-cli from freezing with non-quoted geojson (@duartejc)