From 0db642f743bac0580442816ff62548fffae94349 Mon Sep 17 00:00:00 2001 From: tidwall Date: Thu, 28 Nov 2019 10:37:33 -0700 Subject: [PATCH] 1.19.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7089667..ad954211 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.2] = 2019-11-28 +### Fixed +- 6f3716a: Fix false negative for intersecting rings + ## [1.19.1] = 2019-11-18 ### Updated - cfc65a1: Refactored repo, moved to Go modules, updated vendor dependencies.