From 1ff91b753f263835fe03403061359cd981666481 Mon Sep 17 00:00:00 2001 From: tidwall Date: Wed, 28 Oct 2020 08:46:45 -0700 Subject: [PATCH] 1.22.3 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f9162c0..d6f4c7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.22.3] = 2020-10-28 +### Updated +- #583: Optimization for non-"cross" based geofence detection (@cliedeman) +- #79bee85: Replaced the underlying B-tree structure. + ## [1.22.2] = 2020-10-07 -### Fix +### Fixed - #230: Fix trailing zeros in AOF at startup ## [1.22.1] = 2020-09-22